Shades of Wild Willow #B2CC5A
Tints of Wild Willow #B2CC5A
RGB
CMYK
RGB Variations
Color information
#B2CC5A (or 0xB2CC5A) is known color: Wild Willow. HEX triplet: B2, CC and 5A. RGB value is (178,204,90). Sum of RGB (Red+Green+Blue) = 178+204+90=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC5A is #4D33A5. Grayscale: #B7B7B7. Windows color (decimal): -5059494 or 5950642. OLE color: 5950642.
HSL color Cylindrical-coordinate representation of color #B2CC5A: hue angle of 73.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2CC5A is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 90 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.2 |
| HSL | 73.68º | 0.53% | 0.58% | - |
| HSV(B) | 73.68º | 0.56% | 0.8% | - |
| XYZ | 41.8 | 53.39 | 17.77 | - |
| YUV | 183.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 90 | 0.13 | 0 | 0.56 | 0.2 | 73.68 | 0.53 | 0.58 |
| Hex | B2 | CC | 5A | D | 0 | 38 | 14 | 4A | 35 | 3A |
| Octal | 262 | 314 | 132 | 15 | 0 | 70 | 24 | 112 | 65 | 72 |
| Binary | 10110010 | 11001100 | 1011010 | 1101 | 0 | 111000 | 10100 | 1001010 | 110101 | 111010 |
Color Harmonies of #B2CC5A
Complementary color
Monochromatic Colors of #B2CC5A
Black with #B2CC5A
Text Example
Text Example
White with #B2CC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC5A; }
p { color: rgb(178,204,90); }
H1.HeaderClassName
{
color: #B2CC5A;
}
.AnyTagClassName
{
color: #B2CC5A;
}
</style>
background-color css
<style>
a { background-color: #B2CC5A; }
a { background-color: rgb(178,204,90); }
div.DivClassName
{
background-color: #B2CC5A;
}
.BgClassName
{
background-color: #B2CC5A;
}
</style>
border-color css
<style>
span { border-color: #B2CC5A; }
span { border-color: rgb(178,204,90); }
td.TdClassName
{
border-color: #B2CC5A;
}
.TagClassName
{
border-color: #B2CC5A;
}
</style>