#B9C66B

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

Shades of Wild Willow #B9C66B

Tints of Wild Willow #B9C66B

Color information

#B9C66B (or 0xB9C66B) is unknown color: approx Wild Willow. HEX triplet: B9, C6 and 6B. RGB value is (185,198,107). Sum of RGB (Red+Green+Blue) = 185+198+107=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C66B is #463994. Grayscale: #B8B8B8. Windows color (decimal): -4602261 or 7063225. OLE color: 7063225.

HSL color Cylindrical-coordinate representation of color #B9C66B: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9C66B is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB185198107-
CMYK0.0700.460.22
HSL68.57º44.39%59.8%-
HSV(B)68.57º45.96%77.65%-
XYZ42.8651.7621.64-
YUV183.7484.69128.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 198 (77.73% from 255) = 40.41%
BLUE value IS 107 (42.19% from 255) = 21.84%
R=37.76%
G=40.41%
B=21.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981070.0700.460.2268.5744.3959.8
HexB9C66B702E16452c3c
Octal2713061537056261055474
Binary101110011100011011010111110101110101101000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C66B; }

 p { color: rgb(185,198,107); }

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

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

 a { background-color: rgb(185,198,107); }

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

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

 span { border-color: rgb(185,198,107); }

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