Shades of Wild Willow #B6CA5C
Tints of Wild Willow #B6CA5C
RGB
CMYK
RGB Variations
Color information
#B6CA5C (or 0xB6CA5C) is known color: Wild Willow. HEX triplet: B6, CA and 5C. RGB value is (182,202,92). Sum of RGB (Red+Green+Blue) = 182+202+92=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA5C is #4935A3. Grayscale: #B7B7B7. Windows color (decimal): -4797860 or 6081206. OLE color: 6081206.
HSL color Cylindrical-coordinate representation of color #B6CA5C: hue angle of 70.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6CA5C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 202 | 92 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.21 |
| HSL | 70.91º | 0.51% | 0.58% | - |
| HSV(B) | 70.91º | 0.54% | 0.79% | - |
| XYZ | 42.34 | 52.96 | 18.12 | - |
| YUV | 183.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 202 | 92 | 0.10 | 0 | 0.54 | 0.21 | 70.91 | 0.51 | 0.58 |
| Hex | B6 | CA | 5C | A | 0 | 36 | 15 | 47 | 33 | 3A |
| Octal | 266 | 312 | 134 | 12 | 0 | 66 | 25 | 107 | 63 | 72 |
| Binary | 10110110 | 11001010 | 1011100 | 1010 | 0 | 110110 | 10101 | 1000111 | 110011 | 111010 |
Color Harmonies of #B6CA5C
Complementary color
Monochromatic Colors of #B6CA5C
Black with #B6CA5C
Text Example
Text Example
White with #B6CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CA5C; }
p { color: rgb(182,202,92); }
H1.HeaderClassName
{
color: #B6CA5C;
}
.AnyTagClassName
{
color: #B6CA5C;
}
</style>
background-color css
<style>
a { background-color: #B6CA5C; }
a { background-color: rgb(182,202,92); }
div.DivClassName
{
background-color: #B6CA5C;
}
.BgClassName
{
background-color: #B6CA5C;
}
</style>
border-color css
<style>
span { border-color: #B6CA5C; }
span { border-color: rgb(182,202,92); }
td.TdClassName
{
border-color: #B6CA5C;
}
.TagClassName
{
border-color: #B6CA5C;
}
</style>