Shades of Wild Willow #BFCC6A
Tints of Wild Willow #BFCC6A
RGB
CMYK
RGB Variations
Color information
#BFCC6A (or 0xBFCC6A) is known color: Wild Willow. HEX triplet: BF, CC and 6A. RGB value is (191,204,106). Sum of RGB (Red+Green+Blue) = 191+204+106=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC6A is #403395. Grayscale: #BDBDBD. Windows color (decimal): -4207510 or 6999231. OLE color: 6999231.
HSL color Cylindrical-coordinate representation of color #BFCC6A: hue angle of 67.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFCC6A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 106 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.2 |
| HSL | 67.96º | 0.49% | 0.61% | - |
| HSV(B) | 67.96º | 0.48% | 0.8% | - |
| XYZ | 45.68 | 55.3 | 21.9 | - |
| YUV | 188.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 106 | 0.06 | 0 | 0.48 | 0.2 | 67.96 | 0.49 | 0.61 |
| Hex | BF | CC | 6A | 6 | 0 | 30 | 14 | 44 | 31 | 3D |
| Octal | 277 | 314 | 152 | 6 | 0 | 60 | 24 | 104 | 61 | 75 |
| Binary | 10111111 | 11001100 | 1101010 | 110 | 0 | 110000 | 10100 | 1000100 | 110001 | 111101 |
Color Harmonies of #BFCC6A
Complementary color
Monochromatic Colors of #BFCC6A
Black with #BFCC6A
Text Example
Text Example
White with #BFCC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC6A; }
p { color: rgb(191,204,106); }
H1.HeaderClassName
{
color: #BFCC6A;
}
.AnyTagClassName
{
color: #BFCC6A;
}
</style>
background-color css
<style>
a { background-color: #BFCC6A; }
a { background-color: rgb(191,204,106); }
div.DivClassName
{
background-color: #BFCC6A;
}
.BgClassName
{
background-color: #BFCC6A;
}
</style>
border-color css
<style>
span { border-color: #BFCC6A; }
span { border-color: rgb(191,204,106); }
td.TdClassName
{
border-color: #BFCC6A;
}
.TagClassName
{
border-color: #BFCC6A;
}
</style>