Shades of Wild Willow #B3CA65
Tints of Wild Willow #B3CA65
RGB
CMYK
RGB Variations
Color information
#B3CA65 (or 0xB3CA65) is known color: Wild Willow. HEX triplet: B3, CA and 65. RGB value is (179,202,101). Sum of RGB (Red+Green+Blue) = 179+202+101=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA65 is #4C359A. Grayscale: #B7B7B7. Windows color (decimal): -4994459 or 6671027. OLE color: 6671027.
HSL color Cylindrical-coordinate representation of color #B3CA65: hue angle of 73.66º 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 #B3CA65 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 101 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.21 |
| HSL | 73.66º | 0.49% | 0.59% | - |
| HSV(B) | 73.66º | 0.5% | 0.79% | - |
| XYZ | 42.06 | 52.76 | 20.28 | - |
| YUV | 183.61 | 81.38 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 101 | 0.11 | 0 | 0.50 | 0.21 | 73.66 | 0.49 | 0.59 |
| Hex | B3 | CA | 65 | B | 0 | 32 | 15 | 4A | 31 | 3B |
| Octal | 263 | 312 | 145 | 13 | 0 | 62 | 25 | 112 | 61 | 73 |
| Binary | 10110011 | 11001010 | 1100101 | 1011 | 0 | 110010 | 10101 | 1001010 | 110001 | 111011 |
Color Harmonies of #B3CA65
Complementary color
Monochromatic Colors of #B3CA65
Black with #B3CA65
Text Example
Text Example
White with #B3CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA65; }
p { color: rgb(179,202,101); }
H1.HeaderClassName
{
color: #B3CA65;
}
.AnyTagClassName
{
color: #B3CA65;
}
</style>
background-color css
<style>
a { background-color: #B3CA65; }
a { background-color: rgb(179,202,101); }
div.DivClassName
{
background-color: #B3CA65;
}
.BgClassName
{
background-color: #B3CA65;
}
</style>
border-color css
<style>
span { border-color: #B3CA65; }
span { border-color: rgb(179,202,101); }
td.TdClassName
{
border-color: #B3CA65;
}
.TagClassName
{
border-color: #B3CA65;
}
</style>