Shades of Wild Willow #BBCC5C
Tints of Wild Willow #BBCC5C
RGB
CMYK
RGB Variations
Color information
#BBCC5C (or 0xBBCC5C) is known color: Wild Willow. HEX triplet: BB, CC and 5C. RGB value is (187,204,92). Sum of RGB (Red+Green+Blue) = 187+204+92=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC5C is #4433A3. Grayscale: #BABABA. Windows color (decimal): -4469668 or 6081723. OLE color: 6081723.
HSL color Cylindrical-coordinate representation of color #BBCC5C: hue angle of 69.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBCC5C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 92 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.2 |
| HSL | 69.11º | 0.52% | 0.58% | - |
| HSV(B) | 69.11º | 0.55% | 0.8% | - |
| XYZ | 44.02 | 54.52 | 18.33 | - |
| YUV | 186.15 | 74.87 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 92 | 0.08 | 0 | 0.55 | 0.2 | 69.11 | 0.52 | 0.58 |
| Hex | BB | CC | 5C | 8 | 0 | 37 | 14 | 45 | 34 | 3A |
| Octal | 273 | 314 | 134 | 10 | 0 | 67 | 24 | 105 | 64 | 72 |
| Binary | 10111011 | 11001100 | 1011100 | 1000 | 0 | 110111 | 10100 | 1000101 | 110100 | 111010 |
Color Harmonies of #BBCC5C
Complementary color
Monochromatic Colors of #BBCC5C
Black with #BBCC5C
Text Example
Text Example
White with #BBCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC5C; }
p { color: rgb(187,204,92); }
H1.HeaderClassName
{
color: #BBCC5C;
}
.AnyTagClassName
{
color: #BBCC5C;
}
</style>
background-color css
<style>
a { background-color: #BBCC5C; }
a { background-color: rgb(187,204,92); }
div.DivClassName
{
background-color: #BBCC5C;
}
.BgClassName
{
background-color: #BBCC5C;
}
</style>
border-color css
<style>
span { border-color: #BBCC5C; }
span { border-color: rgb(187,204,92); }
td.TdClassName
{
border-color: #BBCC5C;
}
.TagClassName
{
border-color: #BBCC5C;
}
</style>