#BBCF71

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

Shades of Wild Willow #BBCF71

Tints of Wild Willow #BBCF71

Color information

#BBCF71 (or 0xBBCF71) is unknown color: approx Wild Willow. HEX triplet: BB, CF and 71. RGB value is (187,207,113). Sum of RGB (Red+Green+Blue) = 187+207+113=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF71 is #44308E. Grayscale: #BEBEBE. Windows color (decimal): -4468879 or 7458747. OLE color: 7458747.

HSL color Cylindrical-coordinate representation of color #BBCF71: hue angle of 72.77º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBCF71 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB187207113-
CMYK0.1000.450.19
HSL72.77º49.47%62.75%-
HSV(B)72.77º45.41%81.18%-
XYZ45.7956.3824.09-
YUV190.384.37125.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=36.88%
G=40.83%
B=22.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071130.1000.450.1972.7749.4762.75
HexBBCF71A02D1349313f
Octal27331716112055231116177
Binary1011101111001111111000110100101101100111001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCF71; }

 p { color: rgb(187,207,113); }

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

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

 a { background-color: rgb(187,207,113); }

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

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

 span { border-color: rgb(187,207,113); }

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