Shades of Wild Willow #B5CB64
Tints of Wild Willow #B5CB64
RGB
CMYK
RGB Variations
Color information
#B5CB64 (or 0xB5CB64) is known color: Wild Willow. HEX triplet: B5, CB and 64. RGB value is (181,203,100). Sum of RGB (Red+Green+Blue) = 181+203+100=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB64 is #4A349B. Grayscale: #B9B9B9. Windows color (decimal): -4863132 or 6605749. OLE color: 6605749.
HSL color Cylindrical-coordinate representation of color #B5CB64: hue angle of 72.82º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5CB64 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 100 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.20 |
| HSL | 72.82º | 0.5% | 0.59% | - |
| HSV(B) | 72.82º | 0.51% | 0.8% | - |
| XYZ | 42.71 | 53.46 | 20.12 | - |
| YUV | 184.68 | 80.21 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 100 | 0.11 | 0 | 0.51 | 0.20 | 72.82 | 0.5 | 0.59 |
| Hex | B5 | CB | 64 | B | 0 | 33 | 14 | 49 | 32 | 3B |
| Octal | 265 | 313 | 144 | 13 | 0 | 63 | 24 | 111 | 62 | 73 |
| Binary | 10110101 | 11001011 | 1100100 | 1011 | 0 | 110011 | 10100 | 1001001 | 110010 | 111011 |
Color Harmonies of #B5CB64
Complementary color
Monochromatic Colors of #B5CB64
Black with #B5CB64
Text Example
Text Example
White with #B5CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB64; }
p { color: rgb(181,203,100); }
H1.HeaderClassName
{
color: #B5CB64;
}
.AnyTagClassName
{
color: #B5CB64;
}
</style>
background-color css
<style>
a { background-color: #B5CB64; }
a { background-color: rgb(181,203,100); }
div.DivClassName
{
background-color: #B5CB64;
}
.BgClassName
{
background-color: #B5CB64;
}
</style>
border-color css
<style>
span { border-color: #B5CB64; }
span { border-color: rgb(181,203,100); }
td.TdClassName
{
border-color: #B5CB64;
}
.TagClassName
{
border-color: #B5CB64;
}
</style>