Shades of Wild Willow #B5CE6A
Tints of Wild Willow #B5CE6A
RGB
CMYK
RGB Variations
Color information
#B5CE6A (or 0xB5CE6A) is known color: Wild Willow. HEX triplet: B5, CE and 6A. RGB value is (181,206,106). Sum of RGB (Red+Green+Blue) = 181+206+106=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CE6A is #4A3195. Grayscale: #BBBBBB. Windows color (decimal): -4862358 or 6999733. OLE color: 6999733.
HSL color Cylindrical-coordinate representation of color #B5CE6A: hue angle of 75º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5CE6A is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 106 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.19 |
| HSL | 75º | 0.51% | 0.61% | - |
| HSV(B) | 75º | 0.49% | 0.81% | - |
| XYZ | 43.73 | 55.01 | 21.95 | - |
| YUV | 187.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 106 | 0.12 | 0 | 0.49 | 0.19 | 75 | 0.51 | 0.61 |
| Hex | B5 | CE | 6A | C | 0 | 31 | 13 | 4B | 33 | 3D |
| Octal | 265 | 316 | 152 | 14 | 0 | 61 | 23 | 113 | 63 | 75 |
| Binary | 10110101 | 11001110 | 1101010 | 1100 | 0 | 110001 | 10011 | 1001011 | 110011 | 111101 |
Color Harmonies of #B5CE6A
Complementary color
Monochromatic Colors of #B5CE6A
Black with #B5CE6A
Text Example
Text Example
White with #B5CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE6A; }
p { color: rgb(181,206,106); }
H1.HeaderClassName
{
color: #B5CE6A;
}
.AnyTagClassName
{
color: #B5CE6A;
}
</style>
background-color css
<style>
a { background-color: #B5CE6A; }
a { background-color: rgb(181,206,106); }
div.DivClassName
{
background-color: #B5CE6A;
}
.BgClassName
{
background-color: #B5CE6A;
}
</style>
border-color css
<style>
span { border-color: #B5CE6A; }
span { border-color: rgb(181,206,106); }
td.TdClassName
{
border-color: #B5CE6A;
}
.TagClassName
{
border-color: #B5CE6A;
}
</style>