Shades of Wild Willow #B3CB5F
Tints of Wild Willow #B3CB5F
RGB
CMYK
RGB Variations
Color information
#B3CB5F (or 0xB3CB5F) is known color: Wild Willow. HEX triplet: B3, CB and 5F. RGB value is (179,203,95). Sum of RGB (Red+Green+Blue) = 179+203+95=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB5F is #4C34A0. Grayscale: #B7B7B7. Windows color (decimal): -4994209 or 6278067. OLE color: 6278067.
HSL color Cylindrical-coordinate representation of color #B3CB5F: hue angle of 73.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3CB5F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 95 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.20 |
| HSL | 73.33º | 0.51% | 0.58% | - |
| HSV(B) | 73.33º | 0.53% | 0.8% | - |
| XYZ | 42.01 | 53.12 | 18.87 | - |
| YUV | 183.51 | 78.05 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 95 | 0.12 | 0 | 0.53 | 0.20 | 73.33 | 0.51 | 0.58 |
| Hex | B3 | CB | 5F | C | 0 | 35 | 14 | 49 | 33 | 3A |
| Octal | 263 | 313 | 137 | 14 | 0 | 65 | 24 | 111 | 63 | 72 |
| Binary | 10110011 | 11001011 | 1011111 | 1100 | 0 | 110101 | 10100 | 1001001 | 110011 | 111010 |
Color Harmonies of #B3CB5F
Complementary color
Monochromatic Colors of #B3CB5F
Black with #B3CB5F
Text Example
Text Example
White with #B3CB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CB5F; }
p { color: rgb(179,203,95); }
H1.HeaderClassName
{
color: #B3CB5F;
}
.AnyTagClassName
{
color: #B3CB5F;
}
</style>
background-color css
<style>
a { background-color: #B3CB5F; }
a { background-color: rgb(179,203,95); }
div.DivClassName
{
background-color: #B3CB5F;
}
.BgClassName
{
background-color: #B3CB5F;
}
</style>
border-color css
<style>
span { border-color: #B3CB5F; }
span { border-color: rgb(179,203,95); }
td.TdClassName
{
border-color: #B3CB5F;
}
.TagClassName
{
border-color: #B3CB5F;
}
</style>