Shades of Wild Willow #BBCE66
Tints of Wild Willow #BBCE66
RGB
CMYK
RGB Variations
Color information
#BBCE66 (or 0xBBCE66) is known color: Wild Willow. HEX triplet: BB, CE and 66. RGB value is (187,206,102). Sum of RGB (Red+Green+Blue) = 187+206+102=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCE66 is #443199. Grayscale: #BCBCBC. Windows color (decimal): -4469146 or 6737595. OLE color: 6737595.
HSL color Cylindrical-coordinate representation of color #BBCE66: hue angle of 70.96º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBCE66 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 102 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.19 |
| HSL | 70.96º | 0.51% | 0.6% | - |
| HSV(B) | 70.96º | 0.5% | 0.81% | - |
| XYZ | 44.96 | 55.67 | 20.95 | - |
| YUV | 188.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 102 | 0.09 | 0 | 0.50 | 0.19 | 70.96 | 0.51 | 0.6 |
| Hex | BB | CE | 66 | 9 | 0 | 32 | 13 | 47 | 33 | 3C |
| Octal | 273 | 316 | 146 | 11 | 0 | 62 | 23 | 107 | 63 | 74 |
| Binary | 10111011 | 11001110 | 1100110 | 1001 | 0 | 110010 | 10011 | 1000111 | 110011 | 111100 |
Color Harmonies of #BBCE66
Complementary color
Monochromatic Colors of #BBCE66
Black with #BBCE66
Text Example
Text Example
White with #BBCE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE66; }
p { color: rgb(187,206,102); }
H1.HeaderClassName
{
color: #BBCE66;
}
.AnyTagClassName
{
color: #BBCE66;
}
</style>
background-color css
<style>
a { background-color: #BBCE66; }
a { background-color: rgb(187,206,102); }
div.DivClassName
{
background-color: #BBCE66;
}
.BgClassName
{
background-color: #BBCE66;
}
</style>
border-color css
<style>
span { border-color: #BBCE66; }
span { border-color: rgb(187,206,102); }
td.TdClassName
{
border-color: #BBCE66;
}
.TagClassName
{
border-color: #BBCE66;
}
</style>