Shades of Wild Willow #BBCC71
Tints of Wild Willow #BBCC71
RGB
CMYK
RGB Variations
Color information
#BBCC71 (or 0xBBCC71) is known color: Wild Willow. HEX triplet: BB, CC and 71. RGB value is (187,204,113). Sum of RGB (Red+Green+Blue) = 187+204+113=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC71 is #44338E. Grayscale: #BCBCBC. Windows color (decimal): -4469647 or 7457979. OLE color: 7457979.
HSL color Cylindrical-coordinate representation of color #BBCC71: hue angle of 71.21º degrees, saturation: 0.47, 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 #BBCC71 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 113 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.2 |
| HSL | 71.21º | 0.47% | 0.62% | - |
| HSV(B) | 71.21º | 0.45% | 0.8% | - |
| XYZ | 45.07 | 54.94 | 23.85 | - |
| YUV | 188.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 113 | 0.08 | 0 | 0.45 | 0.2 | 71.21 | 0.47 | 0.62 |
| Hex | BB | CC | 71 | 8 | 0 | 2D | 14 | 47 | 2F | 3E |
| Octal | 273 | 314 | 161 | 10 | 0 | 55 | 24 | 107 | 57 | 76 |
| Binary | 10111011 | 11001100 | 1110001 | 1000 | 0 | 101101 | 10100 | 1000111 | 101111 | 111110 |
Color Harmonies of #BBCC71
Complementary color
Monochromatic Colors of #BBCC71
Black with #BBCC71
Text Example
Text Example
White with #BBCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC71; }
p { color: rgb(187,204,113); }
H1.HeaderClassName
{
color: #BBCC71;
}
.AnyTagClassName
{
color: #BBCC71;
}
</style>
background-color css
<style>
a { background-color: #BBCC71; }
a { background-color: rgb(187,204,113); }
div.DivClassName
{
background-color: #BBCC71;
}
.BgClassName
{
background-color: #BBCC71;
}
</style>
border-color css
<style>
span { border-color: #BBCC71; }
span { border-color: rgb(187,204,113); }
td.TdClassName
{
border-color: #BBCC71;
}
.TagClassName
{
border-color: #BBCC71;
}
</style>