Shades of Wild Willow #B2CC6C
Tints of Wild Willow #B2CC6C
RGB
CMYK
RGB Variations
Color information
#B2CC6C (or 0xB2CC6C) is known color: Wild Willow. HEX triplet: B2, CC and 6C. RGB value is (178,204,108). Sum of RGB (Red+Green+Blue) = 178+204+108=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC6C is #4D3393. Grayscale: #B9B9B9. Windows color (decimal): -5059476 or 7130290. OLE color: 7130290.
HSL color Cylindrical-coordinate representation of color #B2CC6C: hue angle of 76.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2CC6C is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 108 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.2 |
| HSL | 76.25º | 0.48% | 0.61% | - |
| HSV(B) | 76.25º | 0.47% | 0.8% | - |
| XYZ | 42.66 | 53.73 | 22.31 | - |
| YUV | 185.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 108 | 0.13 | 0 | 0.47 | 0.2 | 76.25 | 0.48 | 0.61 |
| Hex | B2 | CC | 6C | D | 0 | 2F | 14 | 4C | 30 | 3D |
| Octal | 262 | 314 | 154 | 15 | 0 | 57 | 24 | 114 | 60 | 75 |
| Binary | 10110010 | 11001100 | 1101100 | 1101 | 0 | 101111 | 10100 | 1001100 | 110000 | 111101 |
Color Harmonies of #B2CC6C
Complementary color
Monochromatic Colors of #B2CC6C
Black with #B2CC6C
Text Example
Text Example
White with #B2CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC6C; }
p { color: rgb(178,204,108); }
H1.HeaderClassName
{
color: #B2CC6C;
}
.AnyTagClassName
{
color: #B2CC6C;
}
</style>
background-color css
<style>
a { background-color: #B2CC6C; }
a { background-color: rgb(178,204,108); }
div.DivClassName
{
background-color: #B2CC6C;
}
.BgClassName
{
background-color: #B2CC6C;
}
</style>
border-color css
<style>
span { border-color: #B2CC6C; }
span { border-color: rgb(178,204,108); }
td.TdClassName
{
border-color: #B2CC6C;
}
.TagClassName
{
border-color: #B2CC6C;
}
</style>