Shades of Wild Willow #BDC15C
Tints of Wild Willow #BDC15C
RGB
CMYK
RGB Variations
Color information
#BDC15C (or 0xBDC15C) is known color: Wild Willow. HEX triplet: BD, C1 and 5C. RGB value is (189,193,92). Sum of RGB (Red+Green+Blue) = 189+193+92=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC15C is #423EA3. Grayscale: #B4B4B4. Windows color (decimal): -4341412 or 6078909. OLE color: 6078909.
HSL color Cylindrical-coordinate representation of color #BDC15C: hue angle of 62.38º 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 #BDC15C is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 92 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.24 |
| HSL | 62.38º | 0.45% | 0.56% | - |
| HSV(B) | 62.38º | 0.52% | 0.76% | - |
| XYZ | 41.99 | 49.73 | 17.51 | - |
| YUV | 180.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 92 | 0.02 | 0 | 0.52 | 0.24 | 62.38 | 0.45 | 0.56 |
| Hex | BD | C1 | 5C | 2 | 0 | 34 | 18 | 3E | 2D | 38 |
| Octal | 275 | 301 | 134 | 2 | 0 | 64 | 30 | 76 | 55 | 70 |
| Binary | 10111101 | 11000001 | 1011100 | 10 | 0 | 110100 | 11000 | 111110 | 101101 | 111000 |
Color Harmonies of #BDC15C
Complementary color
Monochromatic Colors of #BDC15C
Black with #BDC15C
Text Example
Text Example
White with #BDC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC15C; }
p { color: rgb(189,193,92); }
H1.HeaderClassName
{
color: #BDC15C;
}
.AnyTagClassName
{
color: #BDC15C;
}
</style>
background-color css
<style>
a { background-color: #BDC15C; }
a { background-color: rgb(189,193,92); }
div.DivClassName
{
background-color: #BDC15C;
}
.BgClassName
{
background-color: #BDC15C;
}
</style>
border-color css
<style>
span { border-color: #BDC15C; }
span { border-color: rgb(189,193,92); }
td.TdClassName
{
border-color: #BDC15C;
}
.TagClassName
{
border-color: #BDC15C;
}
</style>