#B7C161

Color #B7C161 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B7C161

Tints of Wild Willow #B7C161

Color information

#B7C161 (or 0xB7C161) is unknown color: approx Wild Willow. HEX triplet: B7, C1 and 61. RGB value is (183,193,97). Sum of RGB (Red+Green+Blue) = 183+193+97=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C161 is #483E9E. Grayscale: #B3B3B3. Windows color (decimal): -4734623 or 6406583. OLE color: 6406583.

HSL color Cylindrical-coordinate representation of color #B7C161: hue angle of 66.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7C161 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18319397-
CMYK0.0500.500.24
HSL66.25º43.64%56.86%-
HSV(B)66.25º49.74%75.69%-
XYZ40.7649.0718.63-
YUV179.0781.69130.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=38.69%
G=40.80%
B=20.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183193970.0500.500.2466.2543.6456.86
HexB7C161503218422c39
Octal2673011415062301025471
Binary101101111100000111000011010110010110001000010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C161; }

 p { color: rgb(183,193,97); }

 H1.HeaderClassName
 {
   color: #B7C161;
 }
 .AnyTagClassName
 {
   color: #B7C161;
 }
</style>
background-color css

<style>
 a { background-color: #B7C161; }

 a { background-color: rgb(183,193,97); }

 div.DivClassName
 {
   background-color: #B7C161;
 }
 .BgClassName
 {
   background-color: #B7C161;
 }
</style>
border-color css

<style>
 span { border-color: #B7C161; }

 span { border-color: rgb(183,193,97); }

 td.TdClassName
 {
   border-color: #B7C161;
 }
 .TagClassName
 {
   border-color: #B7C161;
 }
</style>