Shades of Wild Willow #BBCE71
Tints of Wild Willow #BBCE71
RGB
CMYK
RGB Variations
Color information
#BBCE71 (or 0xBBCE71) is known color: Wild Willow. HEX triplet: BB, CE and 71. RGB value is (187,206,113). Sum of RGB (Red+Green+Blue) = 187+206+113=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCE71 is #44318E. Grayscale: #BEBEBE. Windows color (decimal): -4469135 or 7458491. OLE color: 7458491.
HSL color Cylindrical-coordinate representation of color #BBCE71: hue angle of 72.26º 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 #BBCE71 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 113 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.19 |
| HSL | 72.26º | 0.49% | 0.63% | - |
| HSV(B) | 72.26º | 0.45% | 0.81% | - |
| XYZ | 45.55 | 55.9 | 24.01 | - |
| YUV | 189.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 113 | 0.09 | 0 | 0.45 | 0.19 | 72.26 | 0.49 | 0.63 |
| Hex | BB | CE | 71 | 9 | 0 | 2D | 13 | 48 | 31 | 3F |
| Octal | 273 | 316 | 161 | 11 | 0 | 55 | 23 | 110 | 61 | 77 |
| Binary | 10111011 | 11001110 | 1110001 | 1001 | 0 | 101101 | 10011 | 1001000 | 110001 | 111111 |
Color Harmonies of #BBCE71
Complementary color
Monochromatic Colors of #BBCE71
Black with #BBCE71
Text Example
Text Example
White with #BBCE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE71; }
p { color: rgb(187,206,113); }
H1.HeaderClassName
{
color: #BBCE71;
}
.AnyTagClassName
{
color: #BBCE71;
}
</style>
background-color css
<style>
a { background-color: #BBCE71; }
a { background-color: rgb(187,206,113); }
div.DivClassName
{
background-color: #BBCE71;
}
.BgClassName
{
background-color: #BBCE71;
}
</style>
border-color css
<style>
span { border-color: #BBCE71; }
span { border-color: rgb(187,206,113); }
td.TdClassName
{
border-color: #BBCE71;
}
.TagClassName
{
border-color: #BBCE71;
}
</style>