Shades of Wild Willow #BBCC5D
Tints of Wild Willow #BBCC5D
RGB
CMYK
RGB Variations
Color information
#BBCC5D (or 0xBBCC5D) is known color: Wild Willow. HEX triplet: BB, CC and 5D. RGB value is (187,204,93). Sum of RGB (Red+Green+Blue) = 187+204+93=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC5D is #4433A2. Grayscale: #BABABA. Windows color (decimal): -4469667 or 6147259. OLE color: 6147259.
HSL color Cylindrical-coordinate representation of color #BBCC5D: hue angle of 69.19º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBCC5D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 93 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.2 |
| HSL | 69.19º | 0.52% | 0.58% | - |
| HSV(B) | 69.19º | 0.54% | 0.8% | - |
| XYZ | 44.06 | 54.54 | 18.56 | - |
| YUV | 186.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 93 | 0.08 | 0 | 0.54 | 0.2 | 69.19 | 0.52 | 0.58 |
| Hex | BB | CC | 5D | 8 | 0 | 36 | 14 | 45 | 34 | 3A |
| Octal | 273 | 314 | 135 | 10 | 0 | 66 | 24 | 105 | 64 | 72 |
| Binary | 10111011 | 11001100 | 1011101 | 1000 | 0 | 110110 | 10100 | 1000101 | 110100 | 111010 |
Color Harmonies of #BBCC5D
Complementary color
Monochromatic Colors of #BBCC5D
Black with #BBCC5D
Text Example
Text Example
White with #BBCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC5D; }
p { color: rgb(187,204,93); }
H1.HeaderClassName
{
color: #BBCC5D;
}
.AnyTagClassName
{
color: #BBCC5D;
}
</style>
background-color css
<style>
a { background-color: #BBCC5D; }
a { background-color: rgb(187,204,93); }
div.DivClassName
{
background-color: #BBCC5D;
}
.BgClassName
{
background-color: #BBCC5D;
}
</style>
border-color css
<style>
span { border-color: #BBCC5D; }
span { border-color: rgb(187,204,93); }
td.TdClassName
{
border-color: #BBCC5D;
}
.TagClassName
{
border-color: #BBCC5D;
}
</style>