Shades of Wild Willow #B5CE64
Tints of Wild Willow #B5CE64
RGB
CMYK
RGB Variations
Color information
#B5CE64 (or 0xB5CE64) is known color: Wild Willow. HEX triplet: B5, CE and 64. RGB value is (181,206,100). Sum of RGB (Red+Green+Blue) = 181+206+100=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CE64 is #4A319B. Grayscale: #BABABA. Windows color (decimal): -4862364 or 6606517. OLE color: 6606517.
HSL color Cylindrical-coordinate representation of color #B5CE64: hue angle of 74.15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5CE64 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 100 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.19 |
| HSL | 74.15º | 0.52% | 0.6% | - |
| HSV(B) | 74.15º | 0.51% | 0.81% | - |
| XYZ | 43.43 | 54.89 | 20.36 | - |
| YUV | 186.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 100 | 0.12 | 0 | 0.51 | 0.19 | 74.15 | 0.52 | 0.6 |
| Hex | B5 | CE | 64 | C | 0 | 33 | 13 | 4A | 34 | 3C |
| Octal | 265 | 316 | 144 | 14 | 0 | 63 | 23 | 112 | 64 | 74 |
| Binary | 10110101 | 11001110 | 1100100 | 1100 | 0 | 110011 | 10011 | 1001010 | 110100 | 111100 |
Color Harmonies of #B5CE64
Complementary color
Monochromatic Colors of #B5CE64
Black with #B5CE64
Text Example
Text Example
White with #B5CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE64; }
p { color: rgb(181,206,100); }
H1.HeaderClassName
{
color: #B5CE64;
}
.AnyTagClassName
{
color: #B5CE64;
}
</style>
background-color css
<style>
a { background-color: #B5CE64; }
a { background-color: rgb(181,206,100); }
div.DivClassName
{
background-color: #B5CE64;
}
.BgClassName
{
background-color: #B5CE64;
}
</style>
border-color css
<style>
span { border-color: #B5CE64; }
span { border-color: rgb(181,206,100); }
td.TdClassName
{
border-color: #B5CE64;
}
.TagClassName
{
border-color: #B5CE64;
}
</style>