#B9C366

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

Shades of Wild Willow #B9C366

Tints of Wild Willow #B9C366

Color information

#B9C366 (or 0xB9C366) is unknown color: approx Wild Willow. HEX triplet: B9, C3 and 66. RGB value is (185,195,102). Sum of RGB (Red+Green+Blue) = 185+195+102=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C366 is #463C99. Grayscale: #B5B5B5. Windows color (decimal): -4603034 or 6734777. OLE color: 6734777.

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

Color convert

RGB185195102-
CMYK0.0500.480.24
HSL66.45º43.66%58.24%-
HSV(B)66.45º47.69%76.47%-
XYZ41.9250.320.07-
YUV181.4183.19130.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=38.38%
G=40.46%
B=21.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951020.0500.480.2466.4543.6658.24
HexB9C366503018422c3a
Octal2713031465060301025472
Binary101110011100001111001101010110000110001000010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C366; }

 p { color: rgb(185,195,102); }

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

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

 a { background-color: rgb(185,195,102); }

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

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

 span { border-color: rgb(185,195,102); }

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