Shades of Earls Green #BFB92A
Tints of Earls Green #BFB92A
RGB
CMYK
RGB Variations
Color information
#BFB92A (or 0xBFB92A) is known color: Earls Green. HEX triplet: BF, B9 and 2A. RGB value is (191,185,42). Sum of RGB (Red+Green+Blue) = 191+185+42=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB92A is #4046D5. Grayscale: #ABABAB. Windows color (decimal): -4212438 or 2800063. OLE color: 2800063.
HSL color Cylindrical-coordinate representation of color #BFB92A: hue angle of 57.58º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFB92A is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 42 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.25 |
| HSL | 57.58º | 0.64% | 0.46% | - |
| HSV(B) | 57.58º | 0.78% | 0.75% | - |
| XYZ | 39.25 | 45.94 | 8.99 | - |
| YUV | 170.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 42 | 0 | 0.03 | 0.78 | 0.25 | 57.58 | 0.64 | 0.46 |
| Hex | BF | B9 | 2A | 0 | 3 | 4E | 19 | 3A | 40 | 2E |
| Octal | 277 | 271 | 52 | 0 | 3 | 116 | 31 | 72 | 100 | 56 |
| Binary | 10111111 | 10111001 | 101010 | 0 | 11 | 1001110 | 11001 | 111010 | 1000000 | 101110 |
Color Harmonies of #BFB92A
Complementary color
Monochromatic Colors of #BFB92A
Black with #BFB92A
Text Example
Text Example
White with #BFB92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB92A; }
p { color: rgb(191,185,42); }
H1.HeaderClassName
{
color: #BFB92A;
}
.AnyTagClassName
{
color: #BFB92A;
}
</style>
background-color css
<style>
a { background-color: #BFB92A; }
a { background-color: rgb(191,185,42); }
div.DivClassName
{
background-color: #BFB92A;
}
.BgClassName
{
background-color: #BFB92A;
}
</style>
border-color css
<style>
span { border-color: #BFB92A; }
span { border-color: rgb(191,185,42); }
td.TdClassName
{
border-color: #BFB92A;
}
.TagClassName
{
border-color: #BFB92A;
}
</style>