Shades of Wild Willow #B3CF5D
Tints of Wild Willow #B3CF5D
RGB
CMYK
RGB Variations
Color information
#B3CF5D (or 0xB3CF5D) is known color: Wild Willow. HEX triplet: B3, CF and 5D. RGB value is (179,207,93). Sum of RGB (Red+Green+Blue) = 179+207+93=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF5D is #4C30A2. Grayscale: #BABABA. Windows color (decimal): -4993187 or 6148019. OLE color: 6148019.
HSL color Cylindrical-coordinate representation of color #B3CF5D: hue angle of 74.74º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3CF5D is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 93 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.19 |
| HSL | 74.74º | 0.54% | 0.59% | - |
| HSV(B) | 74.74º | 0.55% | 0.81% | - |
| XYZ | 42.88 | 55 | 18.71 | - |
| YUV | 185.63 | 75.72 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 93 | 0.14 | 0 | 0.55 | 0.19 | 74.74 | 0.54 | 0.59 |
| Hex | B3 | CF | 5D | E | 0 | 37 | 13 | 4B | 36 | 3B |
| Octal | 263 | 317 | 135 | 16 | 0 | 67 | 23 | 113 | 66 | 73 |
| Binary | 10110011 | 11001111 | 1011101 | 1110 | 0 | 110111 | 10011 | 1001011 | 110110 | 111011 |
Color Harmonies of #B3CF5D
Complementary color
Monochromatic Colors of #B3CF5D
Black with #B3CF5D
Text Example
Text Example
White with #B3CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF5D; }
p { color: rgb(179,207,93); }
H1.HeaderClassName
{
color: #B3CF5D;
}
.AnyTagClassName
{
color: #B3CF5D;
}
</style>
background-color css
<style>
a { background-color: #B3CF5D; }
a { background-color: rgb(179,207,93); }
div.DivClassName
{
background-color: #B3CF5D;
}
.BgClassName
{
background-color: #B3CF5D;
}
</style>
border-color css
<style>
span { border-color: #B3CF5D; }
span { border-color: rgb(179,207,93); }
td.TdClassName
{
border-color: #B3CF5D;
}
.TagClassName
{
border-color: #B3CF5D;
}
</style>