Shades of Wild Willow #BFCD5A
Tints of Wild Willow #BFCD5A
RGB
CMYK
RGB Variations
Color information
#BFCD5A (or 0xBFCD5A) is known color: Wild Willow. HEX triplet: BF, CD and 5A. RGB value is (191,205,90). Sum of RGB (Red+Green+Blue) = 191+205+90=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD5A is #4032A5. Grayscale: #BCBCBC. Windows color (decimal): -4207270 or 5950911. OLE color: 5950911.
HSL color Cylindrical-coordinate representation of color #BFCD5A: hue angle of 67.3º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFCD5A is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 90 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.20 |
| HSL | 67.3º | 0.53% | 0.58% | - |
| HSV(B) | 67.3º | 0.56% | 0.8% | - |
| XYZ | 45.16 | 55.48 | 18 | - |
| YUV | 187.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 90 | 0.07 | 0 | 0.56 | 0.20 | 67.3 | 0.53 | 0.58 |
| Hex | BF | CD | 5A | 7 | 0 | 38 | 14 | 43 | 35 | 3A |
| Octal | 277 | 315 | 132 | 7 | 0 | 70 | 24 | 103 | 65 | 72 |
| Binary | 10111111 | 11001101 | 1011010 | 111 | 0 | 111000 | 10100 | 1000011 | 110101 | 111010 |
Color Harmonies of #BFCD5A
Complementary color
Monochromatic Colors of #BFCD5A
Black with #BFCD5A
Text Example
Text Example
White with #BFCD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD5A; }
p { color: rgb(191,205,90); }
H1.HeaderClassName
{
color: #BFCD5A;
}
.AnyTagClassName
{
color: #BFCD5A;
}
</style>
background-color css
<style>
a { background-color: #BFCD5A; }
a { background-color: rgb(191,205,90); }
div.DivClassName
{
background-color: #BFCD5A;
}
.BgClassName
{
background-color: #BFCD5A;
}
</style>
border-color css
<style>
span { border-color: #BFCD5A; }
span { border-color: rgb(191,205,90); }
td.TdClassName
{
border-color: #BFCD5A;
}
.TagClassName
{
border-color: #BFCD5A;
}
</style>