Shades of Wild Willow #BBD268
Tints of Wild Willow #BBD268
RGB
CMYK
RGB Variations
Color information
#BBD268 (or 0xBBD268) is known color: Wild Willow. HEX triplet: BB, D2 and 68. RGB value is (187,210,104). Sum of RGB (Red+Green+Blue) = 187+210+104=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD268 is #442D97. Grayscale: #BFBFBF. Windows color (decimal): -4468120 or 6869691. OLE color: 6869691.
HSL color Cylindrical-coordinate representation of color #BBD268: hue angle of 73.02º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBD268 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 104 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.18 |
| HSL | 73.02º | 0.54% | 0.62% | - |
| HSV(B) | 73.02º | 0.5% | 0.82% | - |
| XYZ | 46.04 | 57.66 | 21.8 | - |
| YUV | 191.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 104 | 0.11 | 0 | 0.50 | 0.18 | 73.02 | 0.54 | 0.62 |
| Hex | BB | D2 | 68 | B | 0 | 32 | 12 | 49 | 36 | 3E |
| Octal | 273 | 322 | 150 | 13 | 0 | 62 | 22 | 111 | 66 | 76 |
| Binary | 10111011 | 11010010 | 1101000 | 1011 | 0 | 110010 | 10010 | 1001001 | 110110 | 111110 |
Color Harmonies of #BBD268
Complementary color
Monochromatic Colors of #BBD268
Black with #BBD268
Text Example
Text Example
White with #BBD268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD268; }
p { color: rgb(187,210,104); }
H1.HeaderClassName
{
color: #BBD268;
}
.AnyTagClassName
{
color: #BBD268;
}
</style>
background-color css
<style>
a { background-color: #BBD268; }
a { background-color: rgb(187,210,104); }
div.DivClassName
{
background-color: #BBD268;
}
.BgClassName
{
background-color: #BBD268;
}
</style>
border-color css
<style>
span { border-color: #BBD268; }
span { border-color: rgb(187,210,104); }
td.TdClassName
{
border-color: #BBD268;
}
.TagClassName
{
border-color: #BBD268;
}
</style>