Shades of Wild Willow #BDCC5C
Tints of Wild Willow #BDCC5C
RGB
CMYK
RGB Variations
Color information
#BDCC5C (or 0xBDCC5C) is known color: Wild Willow. HEX triplet: BD, CC and 5C. RGB value is (189,204,92). Sum of RGB (Red+Green+Blue) = 189+204+92=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC5C is #4233A3. Grayscale: #BBBBBB. Windows color (decimal): -4338596 or 6081725. OLE color: 6081725.
HSL color Cylindrical-coordinate representation of color #BDCC5C: hue angle of 68.04º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDCC5C is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 92 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.2 |
| HSL | 68.04º | 0.52% | 0.58% | - |
| HSV(B) | 68.04º | 0.55% | 0.8% | - |
| XYZ | 44.51 | 54.78 | 18.35 | - |
| YUV | 186.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 92 | 0.07 | 0 | 0.55 | 0.2 | 68.04 | 0.52 | 0.58 |
| Hex | BD | CC | 5C | 7 | 0 | 37 | 14 | 44 | 34 | 3A |
| Octal | 275 | 314 | 134 | 7 | 0 | 67 | 24 | 104 | 64 | 72 |
| Binary | 10111101 | 11001100 | 1011100 | 111 | 0 | 110111 | 10100 | 1000100 | 110100 | 111010 |
Color Harmonies of #BDCC5C
Complementary color
Monochromatic Colors of #BDCC5C
Black with #BDCC5C
Text Example
Text Example
White with #BDCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC5C; }
p { color: rgb(189,204,92); }
H1.HeaderClassName
{
color: #BDCC5C;
}
.AnyTagClassName
{
color: #BDCC5C;
}
</style>
background-color css
<style>
a { background-color: #BDCC5C; }
a { background-color: rgb(189,204,92); }
div.DivClassName
{
background-color: #BDCC5C;
}
.BgClassName
{
background-color: #BDCC5C;
}
</style>
border-color css
<style>
span { border-color: #BDCC5C; }
span { border-color: rgb(189,204,92); }
td.TdClassName
{
border-color: #BDCC5C;
}
.TagClassName
{
border-color: #BDCC5C;
}
</style>