Shades of Wild Willow #B5C55A
Tints of Wild Willow #B5C55A
RGB
CMYK
RGB Variations
Color information
#B5C55A (or 0xB5C55A) is known color: Wild Willow. HEX triplet: B5, C5 and 5A. RGB value is (181,197,90). Sum of RGB (Red+Green+Blue) = 181+197+90=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C55A is #4A3AA5. Grayscale: #B4B4B4. Windows color (decimal): -4864678 or 5948853. OLE color: 5948853.
HSL color Cylindrical-coordinate representation of color #B5C55A: hue angle of 68.97º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5C55A is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 90 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.23 |
| HSL | 68.97º | 0.48% | 0.56% | - |
| HSV(B) | 68.97º | 0.54% | 0.77% | - |
| XYZ | 40.87 | 50.49 | 17.27 | - |
| YUV | 180.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 90 | 0.08 | 0 | 0.54 | 0.23 | 68.97 | 0.48 | 0.56 |
| Hex | B5 | C5 | 5A | 8 | 0 | 36 | 17 | 45 | 30 | 38 |
| Octal | 265 | 305 | 132 | 10 | 0 | 66 | 27 | 105 | 60 | 70 |
| Binary | 10110101 | 11000101 | 1011010 | 1000 | 0 | 110110 | 10111 | 1000101 | 110000 | 111000 |
Color Harmonies of #B5C55A
Complementary color
Monochromatic Colors of #B5C55A
Black with #B5C55A
Text Example
Text Example
White with #B5C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C55A; }
p { color: rgb(181,197,90); }
H1.HeaderClassName
{
color: #B5C55A;
}
.AnyTagClassName
{
color: #B5C55A;
}
</style>
background-color css
<style>
a { background-color: #B5C55A; }
a { background-color: rgb(181,197,90); }
div.DivClassName
{
background-color: #B5C55A;
}
.BgClassName
{
background-color: #B5C55A;
}
</style>
border-color css
<style>
span { border-color: #B5C55A; }
span { border-color: rgb(181,197,90); }
td.TdClassName
{
border-color: #B5C55A;
}
.TagClassName
{
border-color: #B5C55A;
}
</style>