Shades of Wild Willow #BDC35A
Tints of Wild Willow #BDC35A
RGB
CMYK
RGB Variations
Color information
#BDC35A (or 0xBDC35A) is known color: Wild Willow. HEX triplet: BD, C3 and 5A. RGB value is (189,195,90). Sum of RGB (Red+Green+Blue) = 189+195+90=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC35A is #423CA5. Grayscale: #B5B5B5. Windows color (decimal): -4340902 or 5948349. OLE color: 5948349.
HSL color Cylindrical-coordinate representation of color #BDC35A: hue angle of 63.43º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC35A is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 90 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.24 |
| HSL | 63.43º | 0.47% | 0.56% | - |
| HSV(B) | 63.43º | 0.54% | 0.76% | - |
| XYZ | 42.35 | 50.59 | 17.21 | - |
| YUV | 181.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 90 | 0.03 | 0 | 0.54 | 0.24 | 63.43 | 0.47 | 0.56 |
| Hex | BD | C3 | 5A | 3 | 0 | 36 | 18 | 3F | 2F | 38 |
| Octal | 275 | 303 | 132 | 3 | 0 | 66 | 30 | 77 | 57 | 70 |
| Binary | 10111101 | 11000011 | 1011010 | 11 | 0 | 110110 | 11000 | 111111 | 101111 | 111000 |
Color Harmonies of #BDC35A
Complementary color
Monochromatic Colors of #BDC35A
Black with #BDC35A
Text Example
Text Example
White with #BDC35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC35A; }
p { color: rgb(189,195,90); }
H1.HeaderClassName
{
color: #BDC35A;
}
.AnyTagClassName
{
color: #BDC35A;
}
</style>
background-color css
<style>
a { background-color: #BDC35A; }
a { background-color: rgb(189,195,90); }
div.DivClassName
{
background-color: #BDC35A;
}
.BgClassName
{
background-color: #BDC35A;
}
</style>
border-color css
<style>
span { border-color: #BDC35A; }
span { border-color: rgb(189,195,90); }
td.TdClassName
{
border-color: #BDC35A;
}
.TagClassName
{
border-color: #BDC35A;
}
</style>