Shades of Earls Green #BFAC32
Tints of Earls Green #BFAC32
RGB
CMYK
RGB Variations
Color information
#BFAC32 (or 0xBFAC32) is known color: Earls Green. HEX triplet: BF, AC and 32. RGB value is (191,172,50). Sum of RGB (Red+Green+Blue) = 191+172+50=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC32 is #4053CD. Grayscale: #A4A4A4. Windows color (decimal): -4215758 or 3321023. OLE color: 3321023.
HSL color Cylindrical-coordinate representation of color #BFAC32: hue angle of 51.91º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFAC32 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 50 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.25 |
| HSL | 51.91º | 0.59% | 0.47% | - |
| HSV(B) | 51.91º | 0.74% | 0.75% | - |
| XYZ | 36.81 | 40.81 | 8.95 | - |
| YUV | 163.77 | 63.79 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 50 | 0 | 0.10 | 0.74 | 0.25 | 51.91 | 0.59 | 0.47 |
| Hex | BF | AC | 32 | 0 | A | 4A | 19 | 34 | 3B | 2F |
| Octal | 277 | 254 | 62 | 0 | 12 | 112 | 31 | 64 | 73 | 57 |
| Binary | 10111111 | 10101100 | 110010 | 0 | 1010 | 1001010 | 11001 | 110100 | 111011 | 101111 |
Color Harmonies of #BFAC32
Complementary color
Monochromatic Colors of #BFAC32
Black with #BFAC32
Text Example
Text Example
White with #BFAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC32; }
p { color: rgb(191,172,50); }
H1.HeaderClassName
{
color: #BFAC32;
}
.AnyTagClassName
{
color: #BFAC32;
}
</style>
background-color css
<style>
a { background-color: #BFAC32; }
a { background-color: rgb(191,172,50); }
div.DivClassName
{
background-color: #BFAC32;
}
.BgClassName
{
background-color: #BFAC32;
}
</style>
border-color css
<style>
span { border-color: #BFAC32; }
span { border-color: rgb(191,172,50); }
td.TdClassName
{
border-color: #BFAC32;
}
.TagClassName
{
border-color: #BFAC32;
}
</style>