#B9CC69

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

Shades of Wild Willow #B9CC69

Tints of Wild Willow #B9CC69

Color information

#B9CC69 (or 0xB9CC69) is unknown color: approx Wild Willow. HEX triplet: B9, CC and 69. RGB value is (185,204,105). Sum of RGB (Red+Green+Blue) = 185+204+105=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CC69 is #463396. Grayscale: #BBBBBB. Windows color (decimal): -4600727 or 6933689. OLE color: 6933689.

HSL color Cylindrical-coordinate representation of color #B9CC69: hue angle of 71.52º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9CC69 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB185204105-
CMYK0.0900.490.2
HSL71.52º49.25%60.59%-
HSV(B)71.52º48.53%80%-
XYZ44.1554.5221.56-
YUV187.0381.71126.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=37.45%
G=41.30%
B=21.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041050.0900.490.271.5249.2560.59
HexB9CC6990311448313d
Octal27131415111061241106175
Binary1011100111001100110100110010110001101001001000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC69; }

 p { color: rgb(185,204,105); }

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

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

 a { background-color: rgb(185,204,105); }

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

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

 span { border-color: rgb(185,204,105); }

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