Shades of Wild Willow #BBCE6A
Tints of Wild Willow #BBCE6A
RGB
CMYK
RGB Variations
Color information
#BBCE6A (or 0xBBCE6A) is known color: Wild Willow. HEX triplet: BB, CE and 6A. RGB value is (187,206,106). Sum of RGB (Red+Green+Blue) = 187+206+106=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCE6A is #443195. Grayscale: #BDBDBD. Windows color (decimal): -4469142 or 6999739. OLE color: 6999739.
HSL color Cylindrical-coordinate representation of color #BBCE6A: hue angle of 71.4º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBCE6A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 106 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.19 |
| HSL | 71.4º | 0.51% | 0.61% | - |
| HSV(B) | 71.4º | 0.49% | 0.81% | - |
| XYZ | 45.17 | 55.75 | 22.02 | - |
| YUV | 188.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 106 | 0.09 | 0 | 0.49 | 0.19 | 71.4 | 0.51 | 0.61 |
| Hex | BB | CE | 6A | 9 | 0 | 31 | 13 | 47 | 33 | 3D |
| Octal | 273 | 316 | 152 | 11 | 0 | 61 | 23 | 107 | 63 | 75 |
| Binary | 10111011 | 11001110 | 1101010 | 1001 | 0 | 110001 | 10011 | 1000111 | 110011 | 111101 |
Color Harmonies of #BBCE6A
Complementary color
Monochromatic Colors of #BBCE6A
Black with #BBCE6A
Text Example
Text Example
White with #BBCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE6A; }
p { color: rgb(187,206,106); }
H1.HeaderClassName
{
color: #BBCE6A;
}
.AnyTagClassName
{
color: #BBCE6A;
}
</style>
background-color css
<style>
a { background-color: #BBCE6A; }
a { background-color: rgb(187,206,106); }
div.DivClassName
{
background-color: #BBCE6A;
}
.BgClassName
{
background-color: #BBCE6A;
}
</style>
border-color css
<style>
span { border-color: #BBCE6A; }
span { border-color: rgb(187,206,106); }
td.TdClassName
{
border-color: #BBCE6A;
}
.TagClassName
{
border-color: #BBCE6A;
}
</style>