Shades of Wild Willow #B2CA6B
Tints of Wild Willow #B2CA6B
RGB
CMYK
RGB Variations
Color information
#B2CA6B (or 0xB2CA6B) is known color: Wild Willow. HEX triplet: B2, CA and 6B. RGB value is (178,202,107). Sum of RGB (Red+Green+Blue) = 178+202+107=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA6B is #4D3594. Grayscale: #B8B8B8. Windows color (decimal): -5059989 or 7064242. OLE color: 7064242.
HSL color Cylindrical-coordinate representation of color #B2CA6B: hue angle of 75.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2CA6B is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 107 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.21 |
| HSL | 75.16º | 0.47% | 0.61% | - |
| HSV(B) | 75.16º | 0.47% | 0.79% | - |
| XYZ | 42.13 | 52.77 | 21.87 | - |
| YUV | 183.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 107 | 0.12 | 0 | 0.47 | 0.21 | 75.16 | 0.47 | 0.61 |
| Hex | B2 | CA | 6B | C | 0 | 2F | 15 | 4B | 2F | 3D |
| Octal | 262 | 312 | 153 | 14 | 0 | 57 | 25 | 113 | 57 | 75 |
| Binary | 10110010 | 11001010 | 1101011 | 1100 | 0 | 101111 | 10101 | 1001011 | 101111 | 111101 |
Color Harmonies of #B2CA6B
Complementary color
Monochromatic Colors of #B2CA6B
Black with #B2CA6B
Text Example
Text Example
White with #B2CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA6B; }
p { color: rgb(178,202,107); }
H1.HeaderClassName
{
color: #B2CA6B;
}
.AnyTagClassName
{
color: #B2CA6B;
}
</style>
background-color css
<style>
a { background-color: #B2CA6B; }
a { background-color: rgb(178,202,107); }
div.DivClassName
{
background-color: #B2CA6B;
}
.BgClassName
{
background-color: #B2CA6B;
}
</style>
border-color css
<style>
span { border-color: #B2CA6B; }
span { border-color: rgb(178,202,107); }
td.TdClassName
{
border-color: #B2CA6B;
}
.TagClassName
{
border-color: #B2CA6B;
}
</style>