Shades of Wild Willow #BDC25D
Tints of Wild Willow #BDC25D
RGB
CMYK
RGB Variations
Color information
#BDC25D (or 0xBDC25D) is known color: Wild Willow. HEX triplet: BD, C2 and 5D. RGB value is (189,194,93). Sum of RGB (Red+Green+Blue) = 189+194+93=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC25D is #423DA2. Grayscale: #B5B5B5. Windows color (decimal): -4341155 or 6144701. OLE color: 6144701.
HSL color Cylindrical-coordinate representation of color #BDC25D: hue angle of 62.97º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDC25D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 93 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.24 |
| HSL | 62.97º | 0.45% | 0.56% | - |
| HSV(B) | 62.97º | 0.52% | 0.76% | - |
| XYZ | 42.25 | 50.19 | 17.82 | - |
| YUV | 180.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 93 | 0.03 | 0 | 0.52 | 0.24 | 62.97 | 0.45 | 0.56 |
| Hex | BD | C2 | 5D | 3 | 0 | 34 | 18 | 3F | 2D | 38 |
| Octal | 275 | 302 | 135 | 3 | 0 | 64 | 30 | 77 | 55 | 70 |
| Binary | 10111101 | 11000010 | 1011101 | 11 | 0 | 110100 | 11000 | 111111 | 101101 | 111000 |
Color Harmonies of #BDC25D
Complementary color
Monochromatic Colors of #BDC25D
Black with #BDC25D
Text Example
Text Example
White with #BDC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC25D; }
p { color: rgb(189,194,93); }
H1.HeaderClassName
{
color: #BDC25D;
}
.AnyTagClassName
{
color: #BDC25D;
}
</style>
background-color css
<style>
a { background-color: #BDC25D; }
a { background-color: rgb(189,194,93); }
div.DivClassName
{
background-color: #BDC25D;
}
.BgClassName
{
background-color: #BDC25D;
}
</style>
border-color css
<style>
span { border-color: #BDC25D; }
span { border-color: rgb(189,194,93); }
td.TdClassName
{
border-color: #BDC25D;
}
.TagClassName
{
border-color: #BDC25D;
}
</style>