Shades of Wild Willow #BBCC62
Tints of Wild Willow #BBCC62
RGB
CMYK
RGB Variations
Color information
#BBCC62 (or 0xBBCC62) is known color: Wild Willow. HEX triplet: BB, CC and 62. RGB value is (187,204,98). Sum of RGB (Red+Green+Blue) = 187+204+98=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC62 is #44339D. Grayscale: #BBBBBB. Windows color (decimal): -4469662 or 6474939. OLE color: 6474939.
HSL color Cylindrical-coordinate representation of color #BBCC62: hue angle of 69.62º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBCC62 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 98 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.2 |
| HSL | 69.62º | 0.51% | 0.59% | - |
| HSV(B) | 69.62º | 0.52% | 0.8% | - |
| XYZ | 44.29 | 54.63 | 19.77 | - |
| YUV | 186.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 98 | 0.08 | 0 | 0.52 | 0.2 | 69.62 | 0.51 | 0.59 |
| Hex | BB | CC | 62 | 8 | 0 | 34 | 14 | 46 | 33 | 3B |
| Octal | 273 | 314 | 142 | 10 | 0 | 64 | 24 | 106 | 63 | 73 |
| Binary | 10111011 | 11001100 | 1100010 | 1000 | 0 | 110100 | 10100 | 1000110 | 110011 | 111011 |
Color Harmonies of #BBCC62
Complementary color
Monochromatic Colors of #BBCC62
Black with #BBCC62
Text Example
Text Example
White with #BBCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC62; }
p { color: rgb(187,204,98); }
H1.HeaderClassName
{
color: #BBCC62;
}
.AnyTagClassName
{
color: #BBCC62;
}
</style>
background-color css
<style>
a { background-color: #BBCC62; }
a { background-color: rgb(187,204,98); }
div.DivClassName
{
background-color: #BBCC62;
}
.BgClassName
{
background-color: #BBCC62;
}
</style>
border-color css
<style>
span { border-color: #BBCC62; }
span { border-color: rgb(187,204,98); }
td.TdClassName
{
border-color: #BBCC62;
}
.TagClassName
{
border-color: #BBCC62;
}
</style>