#B9D066

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

Shades of Wild Willow #B9D066

Tints of Wild Willow #B9D066

Color information

#B9D066 (or 0xB9D066) is unknown color: approx Wild Willow. HEX triplet: B9, D0 and 66. RGB value is (185,208,102). Sum of RGB (Red+Green+Blue) = 185+208+102=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D066 is #462F99. Grayscale: #BDBDBD. Windows color (decimal): -4599706 or 6738105. OLE color: 6738105.

HSL color Cylindrical-coordinate representation of color #B9D066: hue angle of 73.02º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9D066 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB185208102-
CMYK0.1100.510.18
HSL73.02º53%60.78%-
HSV(B)73.02º50.96%81.57%-
XYZ44.9656.3921.08-
YUV189.0478.88125.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 102 (40.23% from 255) = 20.61%
R=37.37%
G=42.02%
B=20.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081020.1100.510.1873.025360.78
HexB9D066B0331249353d
Octal27132014613063221116575
Binary1011100111010000110011010110110011100101001001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D066; }

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

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

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

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

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

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

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

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