Shades of Wild Willow #BDC853
Tints of Wild Willow #BDC853
RGB
CMYK
RGB Variations
Color information
#BDC853 (or 0xBDC853) is known color: Wild Willow. HEX triplet: BD, C8 and 53. RGB value is (189,200,83). Sum of RGB (Red+Green+Blue) = 189+200+83=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC853 is #4237AC. Grayscale: #B7B7B7. Windows color (decimal): -4339629 or 5490877. OLE color: 5490877.
HSL color Cylindrical-coordinate representation of color #BDC853: hue angle of 65.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC853 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 83 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.22 |
| HSL | 65.64º | 0.52% | 0.55% | - |
| HSV(B) | 65.64º | 0.59% | 0.78% | - |
| XYZ | 43.2 | 52.75 | 16.09 | - |
| YUV | 183.37 | 71.36 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 83 | 0.06 | 0 | 0.58 | 0.22 | 65.64 | 0.52 | 0.55 |
| Hex | BD | C8 | 53 | 6 | 0 | 3A | 16 | 42 | 34 | 37 |
| Octal | 275 | 310 | 123 | 6 | 0 | 72 | 26 | 102 | 64 | 67 |
| Binary | 10111101 | 11001000 | 1010011 | 110 | 0 | 111010 | 10110 | 1000010 | 110100 | 110111 |
Color Harmonies of #BDC853
Complementary color
Monochromatic Colors of #BDC853
Black with #BDC853
Text Example
Text Example
White with #BDC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC853; }
p { color: rgb(189,200,83); }
H1.HeaderClassName
{
color: #BDC853;
}
.AnyTagClassName
{
color: #BDC853;
}
</style>
background-color css
<style>
a { background-color: #BDC853; }
a { background-color: rgb(189,200,83); }
div.DivClassName
{
background-color: #BDC853;
}
.BgClassName
{
background-color: #BDC853;
}
</style>
border-color css
<style>
span { border-color: #BDC853; }
span { border-color: rgb(189,200,83); }
td.TdClassName
{
border-color: #BDC853;
}
.TagClassName
{
border-color: #BDC853;
}
</style>