#BBCD71

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

Shades of Wild Willow #BBCD71

Tints of Wild Willow #BBCD71

Color information

#BBCD71 (or 0xBBCD71) is unknown color: approx Wild Willow. HEX triplet: BB, CD and 71. RGB value is (187,205,113). Sum of RGB (Red+Green+Blue) = 187+205+113=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD71 is #44328E. Grayscale: #BDBDBD. Windows color (decimal): -4469391 or 7458235. OLE color: 7458235.

HSL color Cylindrical-coordinate representation of color #BBCD71: hue angle of 71.74º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBCD71 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB187205113-
CMYK0.0900.450.20
HSL71.74º47.92%62.35%-
HSV(B)71.74º44.88%80.39%-
XYZ45.3155.4223.93-
YUV189.1385.04126.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=37.03%
G=40.59%
B=22.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051130.0900.450.2071.7447.9262.35
HexBBCD71902D1448303e
Octal27331516111055241106076
Binary1011101111001101111000110010101101101001001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD71; }

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

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

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

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

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

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

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

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