Shades of Earls Green #BFB319
Tints of Earls Green #BFB319
RGB
CMYK
RGB Variations
Color information
#BFB319 (or 0xBFB319) is known color: Earls Green. HEX triplet: BF, B3 and 19. RGB value is (191,179,25). Sum of RGB (Red+Green+Blue) = 191+179+25=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB319 is #404CE6. Grayscale: #A5A5A5. Windows color (decimal): -4213991 or 1684415. OLE color: 1684415.
HSL color Cylindrical-coordinate representation of color #BFB319: hue angle of 55.66º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFB319 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 25 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.25 |
| HSL | 55.66º | 0.77% | 0.42% | - |
| HSV(B) | 55.66º | 0.87% | 0.75% | - |
| XYZ | 37.78 | 43.39 | 7.3 | - |
| YUV | 165.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 25 | 0 | 0.06 | 0.87 | 0.25 | 55.66 | 0.77 | 0.42 |
| Hex | BF | B3 | 19 | 0 | 6 | 57 | 19 | 38 | 4D | 2A |
| Octal | 277 | 263 | 31 | 0 | 6 | 127 | 31 | 70 | 115 | 52 |
| Binary | 10111111 | 10110011 | 11001 | 0 | 110 | 1010111 | 11001 | 111000 | 1001101 | 101010 |
Color Harmonies of #BFB319
Complementary color
Monochromatic Colors of #BFB319
Black with #BFB319
Text Example
Text Example
White with #BFB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB319; }
p { color: rgb(191,179,25); }
H1.HeaderClassName
{
color: #BFB319;
}
.AnyTagClassName
{
color: #BFB319;
}
</style>
background-color css
<style>
a { background-color: #BFB319; }
a { background-color: rgb(191,179,25); }
div.DivClassName
{
background-color: #BFB319;
}
.BgClassName
{
background-color: #BFB319;
}
</style>
border-color css
<style>
span { border-color: #BFB319; }
span { border-color: rgb(191,179,25); }
td.TdClassName
{
border-color: #BFB319;
}
.TagClassName
{
border-color: #BFB319;
}
</style>