#BBC866

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

Shades of Wild Willow #BBC866

Tints of Wild Willow #BBC866

Color information

#BBC866 (or 0xBBC866) is unknown color: approx Wild Willow. HEX triplet: BB, C8 and 66. RGB value is (187,200,102). Sum of RGB (Red+Green+Blue) = 187+200+102=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC866 is #443799. Grayscale: #B9B9B9. Windows color (decimal): -4470682 or 6736059. OLE color: 6736059.

HSL color Cylindrical-coordinate representation of color #BBC866: hue angle of 67.96º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC866 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB187200102-
CMYK0.0600.490.22
HSL67.96º47.12%59.22%-
HSV(B)67.96º49%78.43%-
XYZ43.5552.8320.47-
YUV184.9481.19129.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 102 (40.23% from 255) = 20.86%
R=38.24%
G=40.90%
B=20.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001020.0600.490.2267.9647.1259.22
HexBBC866603116442f3b
Octal2733101466061261045773
Binary101110111100100011001101100110001101101000100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC866; }

 p { color: rgb(187,200,102); }

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

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

 a { background-color: rgb(187,200,102); }

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

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

 span { border-color: rgb(187,200,102); }

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