Shades of Wild Willow #BBD265
Tints of Wild Willow #BBD265
RGB
CMYK
RGB Variations
Color information
#BBD265 (or 0xBBD265) is known color: Wild Willow. HEX triplet: BB, D2 and 65. RGB value is (187,210,101). Sum of RGB (Red+Green+Blue) = 187+210+101=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD265 is #442D9A. Grayscale: #BFBFBF. Windows color (decimal): -4468123 or 6673083. OLE color: 6673083.
HSL color Cylindrical-coordinate representation of color #BBD265: hue angle of 72.66º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBD265 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 101 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.18 |
| HSL | 72.66º | 0.55% | 0.61% | - |
| HSV(B) | 72.66º | 0.52% | 0.82% | - |
| XYZ | 45.89 | 57.6 | 21.01 | - |
| YUV | 190.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 101 | 0.11 | 0 | 0.52 | 0.18 | 72.66 | 0.55 | 0.61 |
| Hex | BB | D2 | 65 | B | 0 | 34 | 12 | 49 | 37 | 3D |
| Octal | 273 | 322 | 145 | 13 | 0 | 64 | 22 | 111 | 67 | 75 |
| Binary | 10111011 | 11010010 | 1100101 | 1011 | 0 | 110100 | 10010 | 1001001 | 110111 | 111101 |
Color Harmonies of #BBD265
Complementary color
Monochromatic Colors of #BBD265
Black with #BBD265
Text Example
Text Example
White with #BBD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD265; }
p { color: rgb(187,210,101); }
H1.HeaderClassName
{
color: #BBD265;
}
.AnyTagClassName
{
color: #BBD265;
}
</style>
background-color css
<style>
a { background-color: #BBD265; }
a { background-color: rgb(187,210,101); }
div.DivClassName
{
background-color: #BBD265;
}
.BgClassName
{
background-color: #BBD265;
}
</style>
border-color css
<style>
span { border-color: #BBD265; }
span { border-color: rgb(187,210,101); }
td.TdClassName
{
border-color: #BBD265;
}
.TagClassName
{
border-color: #BBD265;
}
</style>