Shades of Wild Willow #BBCE74
Tints of Wild Willow #BBCE74
RGB
CMYK
RGB Variations
Color information
#BBCE74 (or 0xBBCE74) is known color: Wild Willow. HEX triplet: BB, CE and 74. RGB value is (187,206,116). Sum of RGB (Red+Green+Blue) = 187+206+116=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCE74 is #44318B. Grayscale: #BEBEBE. Windows color (decimal): -4469132 or 7655099. OLE color: 7655099.
HSL color Cylindrical-coordinate representation of color #BBCE74: hue angle of 72.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBCE74 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 116 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.19 |
| HSL | 72.67º | 0.48% | 0.63% | - |
| HSV(B) | 72.67º | 0.44% | 0.81% | - |
| XYZ | 45.72 | 55.97 | 24.92 | - |
| YUV | 190.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 116 | 0.09 | 0 | 0.44 | 0.19 | 72.67 | 0.48 | 0.63 |
| Hex | BB | CE | 74 | 9 | 0 | 2C | 13 | 49 | 30 | 3F |
| Octal | 273 | 316 | 164 | 11 | 0 | 54 | 23 | 111 | 60 | 77 |
| Binary | 10111011 | 11001110 | 1110100 | 1001 | 0 | 101100 | 10011 | 1001001 | 110000 | 111111 |
Color Harmonies of #BBCE74
Complementary color
Monochromatic Colors of #BBCE74
Black with #BBCE74
Text Example
Text Example
White with #BBCE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE74; }
p { color: rgb(187,206,116); }
H1.HeaderClassName
{
color: #BBCE74;
}
.AnyTagClassName
{
color: #BBCE74;
}
</style>
background-color css
<style>
a { background-color: #BBCE74; }
a { background-color: rgb(187,206,116); }
div.DivClassName
{
background-color: #BBCE74;
}
.BgClassName
{
background-color: #BBCE74;
}
</style>
border-color css
<style>
span { border-color: #BBCE74; }
span { border-color: rgb(187,206,116); }
td.TdClassName
{
border-color: #BBCE74;
}
.TagClassName
{
border-color: #BBCE74;
}
</style>