Shades of Wild Willow #B5CA64
Tints of Wild Willow #B5CA64
RGB
CMYK
RGB Variations
Color information
#B5CA64 (or 0xB5CA64) is known color: Wild Willow. HEX triplet: B5, CA and 64. RGB value is (181,202,100). Sum of RGB (Red+Green+Blue) = 181+202+100=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA64 is #4A359B. Grayscale: #B8B8B8. Windows color (decimal): -4863388 or 6605493. OLE color: 6605493.
HSL color Cylindrical-coordinate representation of color #B5CA64: hue angle of 72.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5CA64 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 100 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.21 |
| HSL | 72.35º | 0.49% | 0.59% | - |
| HSV(B) | 72.35º | 0.5% | 0.79% | - |
| XYZ | 42.48 | 52.98 | 20.04 | - |
| YUV | 184.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 100 | 0.10 | 0 | 0.50 | 0.21 | 72.35 | 0.49 | 0.59 |
| Hex | B5 | CA | 64 | A | 0 | 32 | 15 | 48 | 31 | 3B |
| Octal | 265 | 312 | 144 | 12 | 0 | 62 | 25 | 110 | 61 | 73 |
| Binary | 10110101 | 11001010 | 1100100 | 1010 | 0 | 110010 | 10101 | 1001000 | 110001 | 111011 |
Color Harmonies of #B5CA64
Complementary color
Monochromatic Colors of #B5CA64
Black with #B5CA64
Text Example
Text Example
White with #B5CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA64; }
p { color: rgb(181,202,100); }
H1.HeaderClassName
{
color: #B5CA64;
}
.AnyTagClassName
{
color: #B5CA64;
}
</style>
background-color css
<style>
a { background-color: #B5CA64; }
a { background-color: rgb(181,202,100); }
div.DivClassName
{
background-color: #B5CA64;
}
.BgClassName
{
background-color: #B5CA64;
}
</style>
border-color css
<style>
span { border-color: #B5CA64; }
span { border-color: rgb(181,202,100); }
td.TdClassName
{
border-color: #B5CA64;
}
.TagClassName
{
border-color: #B5CA64;
}
</style>