Shades of Wild Willow #BBCF65
Tints of Wild Willow #BBCF65
RGB
CMYK
RGB Variations
Color information
#BBCF65 (or 0xBBCF65) is known color: Wild Willow. HEX triplet: BB, CF and 65. RGB value is (187,207,101). Sum of RGB (Red+Green+Blue) = 187+207+101=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCF65 is #44309A. Grayscale: #BDBDBD. Windows color (decimal): -4468891 or 6672315. OLE color: 6672315.
HSL color Cylindrical-coordinate representation of color #BBCF65: hue angle of 71.32º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBCF65 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 101 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.19 |
| HSL | 71.32º | 0.52% | 0.6% | - |
| HSV(B) | 71.32º | 0.51% | 0.81% | - |
| XYZ | 45.16 | 56.13 | 20.77 | - |
| YUV | 188.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 101 | 0.10 | 0 | 0.51 | 0.19 | 71.32 | 0.52 | 0.6 |
| Hex | BB | CF | 65 | A | 0 | 33 | 13 | 47 | 34 | 3C |
| Octal | 273 | 317 | 145 | 12 | 0 | 63 | 23 | 107 | 64 | 74 |
| Binary | 10111011 | 11001111 | 1100101 | 1010 | 0 | 110011 | 10011 | 1000111 | 110100 | 111100 |
Color Harmonies of #BBCF65
Complementary color
Monochromatic Colors of #BBCF65
Black with #BBCF65
Text Example
Text Example
White with #BBCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF65; }
p { color: rgb(187,207,101); }
H1.HeaderClassName
{
color: #BBCF65;
}
.AnyTagClassName
{
color: #BBCF65;
}
</style>
background-color css
<style>
a { background-color: #BBCF65; }
a { background-color: rgb(187,207,101); }
div.DivClassName
{
background-color: #BBCF65;
}
.BgClassName
{
background-color: #BBCF65;
}
</style>
border-color css
<style>
span { border-color: #BBCF65; }
span { border-color: rgb(187,207,101); }
td.TdClassName
{
border-color: #BBCF65;
}
.TagClassName
{
border-color: #BBCF65;
}
</style>