Shades of Wild Willow #BBCB6D
Tints of Wild Willow #BBCB6D
RGB
CMYK
RGB Variations
Color information
#BBCB6D (or 0xBBCB6D) is known color: Wild Willow. HEX triplet: BB, CB and 6D. RGB value is (187,203,109). Sum of RGB (Red+Green+Blue) = 187+203+109=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB6D is #443492. Grayscale: #BBBBBB. Windows color (decimal): -4469907 or 7195579. OLE color: 7195579.
HSL color Cylindrical-coordinate representation of color #BBCB6D: hue angle of 70.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBCB6D is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 109 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.20 |
| HSL | 70.21º | 0.47% | 0.61% | - |
| HSV(B) | 70.21º | 0.46% | 0.8% | - |
| XYZ | 44.61 | 54.38 | 22.61 | - |
| YUV | 187.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 109 | 0.08 | 0 | 0.46 | 0.20 | 70.21 | 0.47 | 0.61 |
| Hex | BB | CB | 6D | 8 | 0 | 2E | 14 | 46 | 2F | 3D |
| Octal | 273 | 313 | 155 | 10 | 0 | 56 | 24 | 106 | 57 | 75 |
| Binary | 10111011 | 11001011 | 1101101 | 1000 | 0 | 101110 | 10100 | 1000110 | 101111 | 111101 |
Color Harmonies of #BBCB6D
Complementary color
Monochromatic Colors of #BBCB6D
Black with #BBCB6D
Text Example
Text Example
White with #BBCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB6D; }
p { color: rgb(187,203,109); }
H1.HeaderClassName
{
color: #BBCB6D;
}
.AnyTagClassName
{
color: #BBCB6D;
}
</style>
background-color css
<style>
a { background-color: #BBCB6D; }
a { background-color: rgb(187,203,109); }
div.DivClassName
{
background-color: #BBCB6D;
}
.BgClassName
{
background-color: #BBCB6D;
}
</style>
border-color css
<style>
span { border-color: #BBCB6D; }
span { border-color: rgb(187,203,109); }
td.TdClassName
{
border-color: #BBCB6D;
}
.TagClassName
{
border-color: #BBCB6D;
}
</style>