Shades of Wild Willow #BBD667
Tints of Wild Willow #BBD667
RGB
CMYK
RGB Variations
Color information
#BBD667 (or 0xBBD667) is known color: Wild Willow. HEX triplet: BB, D6 and 67. RGB value is (187,214,103). Sum of RGB (Red+Green+Blue) = 187+214+103=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD667 is #442998. Grayscale: #C1C1C1. Windows color (decimal): -4467097 or 6805179. OLE color: 6805179.
HSL color Cylindrical-coordinate representation of color #BBD667: hue angle of 74.59º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBD667 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 103 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.16 |
| HSL | 74.59º | 0.58% | 0.62% | - |
| HSV(B) | 74.59º | 0.52% | 0.84% | - |
| XYZ | 46.99 | 59.64 | 21.87 | - |
| YUV | 193.27 | 77.05 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 103 | 0.13 | 0 | 0.52 | 0.16 | 74.59 | 0.58 | 0.62 |
| Hex | BB | D6 | 67 | D | 0 | 34 | 10 | 4B | 3A | 3E |
| Octal | 273 | 326 | 147 | 15 | 0 | 64 | 20 | 113 | 72 | 76 |
| Binary | 10111011 | 11010110 | 1100111 | 1101 | 0 | 110100 | 10000 | 1001011 | 111010 | 111110 |
Color Harmonies of #BBD667
Complementary color
Monochromatic Colors of #BBD667
Black with #BBD667
Text Example
Text Example
White with #BBD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD667; }
p { color: rgb(187,214,103); }
H1.HeaderClassName
{
color: #BBD667;
}
.AnyTagClassName
{
color: #BBD667;
}
</style>
background-color css
<style>
a { background-color: #BBD667; }
a { background-color: rgb(187,214,103); }
div.DivClassName
{
background-color: #BBD667;
}
.BgClassName
{
background-color: #BBD667;
}
</style>
border-color css
<style>
span { border-color: #BBD667; }
span { border-color: rgb(187,214,103); }
td.TdClassName
{
border-color: #BBD667;
}
.TagClassName
{
border-color: #BBD667;
}
</style>