Shades of Wild Willow #B3CE62
Tints of Wild Willow #B3CE62
RGB
CMYK
RGB Variations
Color information
#B3CE62 (or 0xB3CE62) is known color: Wild Willow. HEX triplet: B3, CE and 62. RGB value is (179,206,98). Sum of RGB (Red+Green+Blue) = 179+206+98=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CE62 is #4C319D. Grayscale: #BABABA. Windows color (decimal): -4993438 or 6475443. OLE color: 6475443.
HSL color Cylindrical-coordinate representation of color #B3CE62: hue angle of 75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3CE62 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 98 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.19 |
| HSL | 75º | 0.52% | 0.6% | - |
| HSV(B) | 75º | 0.52% | 0.81% | - |
| XYZ | 42.87 | 54.61 | 19.84 | - |
| YUV | 185.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 98 | 0.13 | 0 | 0.52 | 0.19 | 75 | 0.52 | 0.6 |
| Hex | B3 | CE | 62 | D | 0 | 34 | 13 | 4B | 34 | 3C |
| Octal | 263 | 316 | 142 | 15 | 0 | 64 | 23 | 113 | 64 | 74 |
| Binary | 10110011 | 11001110 | 1100010 | 1101 | 0 | 110100 | 10011 | 1001011 | 110100 | 111100 |
Color Harmonies of #B3CE62
Complementary color
Monochromatic Colors of #B3CE62
Black with #B3CE62
Text Example
Text Example
White with #B3CE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CE62; }
p { color: rgb(179,206,98); }
H1.HeaderClassName
{
color: #B3CE62;
}
.AnyTagClassName
{
color: #B3CE62;
}
</style>
background-color css
<style>
a { background-color: #B3CE62; }
a { background-color: rgb(179,206,98); }
div.DivClassName
{
background-color: #B3CE62;
}
.BgClassName
{
background-color: #B3CE62;
}
</style>
border-color css
<style>
span { border-color: #B3CE62; }
span { border-color: rgb(179,206,98); }
td.TdClassName
{
border-color: #B3CE62;
}
.TagClassName
{
border-color: #B3CE62;
}
</style>