Shades of Wild Willow #BBD568
Tints of Wild Willow #BBD568
RGB
CMYK
RGB Variations
Color information
#BBD568 (or 0xBBD568) is known color: Wild Willow. HEX triplet: BB, D5 and 68. RGB value is (187,213,104). Sum of RGB (Red+Green+Blue) = 187+213+104=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD568 is #442A97. Grayscale: #C1C1C1. Windows color (decimal): -4467352 or 6870459. OLE color: 6870459.
HSL color Cylindrical-coordinate representation of color #BBD568: hue angle of 74.31º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBD568 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 104 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.16 |
| HSL | 74.31º | 0.56% | 0.62% | - |
| HSV(B) | 74.31º | 0.51% | 0.84% | - |
| XYZ | 46.79 | 59.15 | 22.05 | - |
| YUV | 192.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 104 | 0.12 | 0 | 0.51 | 0.16 | 74.31 | 0.56 | 0.62 |
| Hex | BB | D5 | 68 | C | 0 | 33 | 10 | 4A | 38 | 3E |
| Octal | 273 | 325 | 150 | 14 | 0 | 63 | 20 | 112 | 70 | 76 |
| Binary | 10111011 | 11010101 | 1101000 | 1100 | 0 | 110011 | 10000 | 1001010 | 111000 | 111110 |
Color Harmonies of #BBD568
Complementary color
Monochromatic Colors of #BBD568
Black with #BBD568
Text Example
Text Example
White with #BBD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD568; }
p { color: rgb(187,213,104); }
H1.HeaderClassName
{
color: #BBD568;
}
.AnyTagClassName
{
color: #BBD568;
}
</style>
background-color css
<style>
a { background-color: #BBD568; }
a { background-color: rgb(187,213,104); }
div.DivClassName
{
background-color: #BBD568;
}
.BgClassName
{
background-color: #BBD568;
}
</style>
border-color css
<style>
span { border-color: #BBD568; }
span { border-color: rgb(187,213,104); }
td.TdClassName
{
border-color: #BBD568;
}
.TagClassName
{
border-color: #BBD568;
}
</style>