#BBC756

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

Shades of Wild Willow #BBC756

Tints of Wild Willow #BBC756

Color information

#BBC756 (or 0xBBC756) is unknown color: approx Wild Willow. HEX triplet: BB, C7 and 56. RGB value is (187,199,86). Sum of RGB (Red+Green+Blue) = 187+199+86=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC756 is #4438A9. Grayscale: #B6B6B6. Windows color (decimal): -4470954 or 5687227. OLE color: 5687227.

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

Color convert

RGB18719986-
CMYK0.0600.570.22
HSL66.37º50.22%55.88%-
HSV(B)66.37º56.78%78.04%-
XYZ42.652.0816.61-
YUV182.5373.52131.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 86 (33.98% from 255) = 18.22%
R=39.62%
G=42.16%
B=18.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal187199860.0600.570.2266.3750.2255.88
HexBBC756603916423238
Octal2733071266071261026270
Binary101110111100011110101101100111001101101000010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC756; }

 p { color: rgb(187,199,86); }

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

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

 a { background-color: rgb(187,199,86); }

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

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

 span { border-color: rgb(187,199,86); }

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