#BBCA71

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

Shades of Wild Willow #BBCA71

Tints of Wild Willow #BBCA71

Color information

#BBCA71 (or 0xBBCA71) is unknown color: approx Wild Willow. HEX triplet: BB, CA and 71. RGB value is (187,202,113). Sum of RGB (Red+Green+Blue) = 187+202+113=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA71 is #44358E. Grayscale: #BBBBBB. Windows color (decimal): -4470159 or 7457467. OLE color: 7457467.

HSL color Cylindrical-coordinate representation of color #BBCA71: hue angle of 70.11º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBCA71 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB187202113-
CMYK0.0700.440.21
HSL70.11º45.64%61.76%-
HSV(B)70.11º44.06%79.22%-
XYZ44.595423.7-
YUV187.3786.03127.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=37.25%
G=40.24%
B=22.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021130.0700.440.2170.1145.6461.76
HexBBCA71702C15462e3e
Octal2733121617054251065676
Binary101110111100101011100011110101100101011000110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA71; }

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

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

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

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

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

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

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

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