#BBC86F

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

Shades of Wild Willow #BBC86F

Tints of Wild Willow #BBC86F

Color information

#BBC86F (or 0xBBC86F) is unknown color: approx Wild Willow. HEX triplet: BB, C8 and 6F. RGB value is (187,200,111). Sum of RGB (Red+Green+Blue) = 187+200+111=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC86F is #443790. Grayscale: #BABABA. Windows color (decimal): -4470673 or 7325883. OLE color: 7325883.

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

Color convert

RGB187200111-
CMYK0.0600.440.22
HSL68.76º44.72%60.98%-
HSV(B)68.76º44.5%78.43%-
XYZ44.0253.0222.95-
YUV185.9785.69128.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 200 (78.52% from 255) = 40.16%
BLUE value IS 111 (43.75% from 255) = 22.29%
R=37.55%
G=40.16%
B=22.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001110.0600.440.2268.7644.7260.98
HexBBC86F602C16452d3d
Octal2733101576054261055575
Binary101110111100100011011111100101100101101000101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC86F; }

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

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

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

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

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

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

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

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