Shades of Wild Willow #B2CA6A
Tints of Wild Willow #B2CA6A
RGB
CMYK
RGB Variations
Color information
#B2CA6A (or 0xB2CA6A) is known color: Wild Willow. HEX triplet: B2, CA and 6A. RGB value is (178,202,106). Sum of RGB (Red+Green+Blue) = 178+202+106=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA6A is #4D3595. Grayscale: #B8B8B8. Windows color (decimal): -5059990 or 6998706. OLE color: 6998706.
HSL color Cylindrical-coordinate representation of color #B2CA6A: hue angle of 75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2CA6A is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 106 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.21 |
| HSL | 75º | 0.48% | 0.6% | - |
| HSV(B) | 75º | 0.48% | 0.79% | - |
| XYZ | 42.08 | 52.75 | 21.6 | - |
| YUV | 183.88 | 84.05 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 106 | 0.12 | 0 | 0.48 | 0.21 | 75 | 0.48 | 0.6 |
| Hex | B2 | CA | 6A | C | 0 | 30 | 15 | 4B | 30 | 3C |
| Octal | 262 | 312 | 152 | 14 | 0 | 60 | 25 | 113 | 60 | 74 |
| Binary | 10110010 | 11001010 | 1101010 | 1100 | 0 | 110000 | 10101 | 1001011 | 110000 | 111100 |
Color Harmonies of #B2CA6A
Complementary color
Monochromatic Colors of #B2CA6A
Black with #B2CA6A
Text Example
Text Example
White with #B2CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA6A; }
p { color: rgb(178,202,106); }
H1.HeaderClassName
{
color: #B2CA6A;
}
.AnyTagClassName
{
color: #B2CA6A;
}
</style>
background-color css
<style>
a { background-color: #B2CA6A; }
a { background-color: rgb(178,202,106); }
div.DivClassName
{
background-color: #B2CA6A;
}
.BgClassName
{
background-color: #B2CA6A;
}
</style>
border-color css
<style>
span { border-color: #B2CA6A; }
span { border-color: rgb(178,202,106); }
td.TdClassName
{
border-color: #B2CA6A;
}
.TagClassName
{
border-color: #B2CA6A;
}
</style>