Shades of Wild Willow #BBCC6B
Tints of Wild Willow #BBCC6B
RGB
CMYK
RGB Variations
Color information
#BBCC6B (or 0xBBCC6B) is known color: Wild Willow. HEX triplet: BB, CC and 6B. RGB value is (187,204,107). Sum of RGB (Red+Green+Blue) = 187+204+107=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC6B is #443394. Grayscale: #BCBCBC. Windows color (decimal): -4469653 or 7064763. OLE color: 7064763.
HSL color Cylindrical-coordinate representation of color #BBCC6B: hue angle of 70.52º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBCC6B is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 107 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.2 |
| HSL | 70.52º | 0.49% | 0.61% | - |
| HSV(B) | 70.52º | 0.48% | 0.8% | - |
| XYZ | 44.74 | 54.81 | 22.13 | - |
| YUV | 187.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 107 | 0.08 | 0 | 0.48 | 0.2 | 70.52 | 0.49 | 0.61 |
| Hex | BB | CC | 6B | 8 | 0 | 30 | 14 | 47 | 31 | 3D |
| Octal | 273 | 314 | 153 | 10 | 0 | 60 | 24 | 107 | 61 | 75 |
| Binary | 10111011 | 11001100 | 1101011 | 1000 | 0 | 110000 | 10100 | 1000111 | 110001 | 111101 |
Color Harmonies of #BBCC6B
Complementary color
Monochromatic Colors of #BBCC6B
Black with #BBCC6B
Text Example
Text Example
White with #BBCC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC6B; }
p { color: rgb(187,204,107); }
H1.HeaderClassName
{
color: #BBCC6B;
}
.AnyTagClassName
{
color: #BBCC6B;
}
</style>
background-color css
<style>
a { background-color: #BBCC6B; }
a { background-color: rgb(187,204,107); }
div.DivClassName
{
background-color: #BBCC6B;
}
.BgClassName
{
background-color: #BBCC6B;
}
</style>
border-color css
<style>
span { border-color: #BBCC6B; }
span { border-color: rgb(187,204,107); }
td.TdClassName
{
border-color: #BBCC6B;
}
.TagClassName
{
border-color: #BBCC6B;
}
</style>