Shades of Wild Willow #BBD65C
Tints of Wild Willow #BBD65C
RGB
CMYK
RGB Variations
Color information
#BBD65C (or 0xBBD65C) is known color: Wild Willow. HEX triplet: BB, D6 and 5C. RGB value is (187,214,92). Sum of RGB (Red+Green+Blue) = 187+214+92=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD65C is #4429A3. Grayscale: #C0C0C0. Windows color (decimal): -4467108 or 6084283. OLE color: 6084283.
HSL color Cylindrical-coordinate representation of color #BBD65C: hue angle of 73.28º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBD65C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 92 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.16 |
| HSL | 73.28º | 0.6% | 0.6% | - |
| HSV(B) | 73.28º | 0.57% | 0.84% | - |
| XYZ | 46.47 | 59.43 | 19.15 | - |
| YUV | 192.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 92 | 0.13 | 0 | 0.57 | 0.16 | 73.28 | 0.6 | 0.6 |
| Hex | BB | D6 | 5C | D | 0 | 39 | 10 | 49 | 3C | 3C |
| Octal | 273 | 326 | 134 | 15 | 0 | 71 | 20 | 111 | 74 | 74 |
| Binary | 10111011 | 11010110 | 1011100 | 1101 | 0 | 111001 | 10000 | 1001001 | 111100 | 111100 |
Color Harmonies of #BBD65C
Complementary color
Monochromatic Colors of #BBD65C
Black with #BBD65C
Text Example
Text Example
White with #BBD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD65C; }
p { color: rgb(187,214,92); }
H1.HeaderClassName
{
color: #BBD65C;
}
.AnyTagClassName
{
color: #BBD65C;
}
</style>
background-color css
<style>
a { background-color: #BBD65C; }
a { background-color: rgb(187,214,92); }
div.DivClassName
{
background-color: #BBD65C;
}
.BgClassName
{
background-color: #BBD65C;
}
</style>
border-color css
<style>
span { border-color: #BBD65C; }
span { border-color: rgb(187,214,92); }
td.TdClassName
{
border-color: #BBD65C;
}
.TagClassName
{
border-color: #BBD65C;
}
</style>