Shades of Wild Willow #BFCC62
Tints of Wild Willow #BFCC62
RGB
CMYK
RGB Variations
Color information
#BFCC62 (or 0xBFCC62) is known color: Wild Willow. HEX triplet: BF, CC and 62. RGB value is (191,204,98). Sum of RGB (Red+Green+Blue) = 191+204+98=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC62 is #40339D. Grayscale: #BCBCBC. Windows color (decimal): -4207518 or 6474943. OLE color: 6474943.
HSL color Cylindrical-coordinate representation of color #BFCC62: hue angle of 67.36º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFCC62 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 98 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.2 |
| HSL | 67.36º | 0.51% | 0.59% | - |
| HSV(B) | 67.36º | 0.52% | 0.8% | - |
| XYZ | 45.28 | 55.14 | 19.81 | - |
| YUV | 188.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 98 | 0.06 | 0 | 0.52 | 0.2 | 67.36 | 0.51 | 0.59 |
| Hex | BF | CC | 62 | 6 | 0 | 34 | 14 | 43 | 33 | 3B |
| Octal | 277 | 314 | 142 | 6 | 0 | 64 | 24 | 103 | 63 | 73 |
| Binary | 10111111 | 11001100 | 1100010 | 110 | 0 | 110100 | 10100 | 1000011 | 110011 | 111011 |
Color Harmonies of #BFCC62
Complementary color
Monochromatic Colors of #BFCC62
Black with #BFCC62
Text Example
Text Example
White with #BFCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC62; }
p { color: rgb(191,204,98); }
H1.HeaderClassName
{
color: #BFCC62;
}
.AnyTagClassName
{
color: #BFCC62;
}
</style>
background-color css
<style>
a { background-color: #BFCC62; }
a { background-color: rgb(191,204,98); }
div.DivClassName
{
background-color: #BFCC62;
}
.BgClassName
{
background-color: #BFCC62;
}
</style>
border-color css
<style>
span { border-color: #BFCC62; }
span { border-color: rgb(191,204,98); }
td.TdClassName
{
border-color: #BFCC62;
}
.TagClassName
{
border-color: #BFCC62;
}
</style>