Shades of Wild Willow #B5D269
Tints of Wild Willow #B5D269
RGB
CMYK
RGB Variations
Color information
#B5D269 (or 0xB5D269) is known color: Wild Willow. HEX triplet: B5, D2 and 69. RGB value is (181,210,105). Sum of RGB (Red+Green+Blue) = 181+210+105=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D269 is #4A2D96. Grayscale: #BDBDBD. Windows color (decimal): -4861335 or 6935221. OLE color: 6935221.
HSL color Cylindrical-coordinate representation of color #B5D269: hue angle of 76.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5D269 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 105 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.18 |
| HSL | 76.57º | 0.54% | 0.62% | - |
| HSV(B) | 76.57º | 0.5% | 0.82% | - |
| XYZ | 44.65 | 56.94 | 22 | - |
| YUV | 189.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 105 | 0.14 | 0 | 0.50 | 0.18 | 76.57 | 0.54 | 0.62 |
| Hex | B5 | D2 | 69 | E | 0 | 32 | 12 | 4D | 36 | 3E |
| Octal | 265 | 322 | 151 | 16 | 0 | 62 | 22 | 115 | 66 | 76 |
| Binary | 10110101 | 11010010 | 1101001 | 1110 | 0 | 110010 | 10010 | 1001101 | 110110 | 111110 |
Color Harmonies of #B5D269
Complementary color
Monochromatic Colors of #B5D269
Black with #B5D269
Text Example
Text Example
White with #B5D269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D269; }
p { color: rgb(181,210,105); }
H1.HeaderClassName
{
color: #B5D269;
}
.AnyTagClassName
{
color: #B5D269;
}
</style>
background-color css
<style>
a { background-color: #B5D269; }
a { background-color: rgb(181,210,105); }
div.DivClassName
{
background-color: #B5D269;
}
.BgClassName
{
background-color: #B5D269;
}
</style>
border-color css
<style>
span { border-color: #B5D269; }
span { border-color: rgb(181,210,105); }
td.TdClassName
{
border-color: #B5D269;
}
.TagClassName
{
border-color: #B5D269;
}
</style>