Shades of Earls Green #BFB028
Tints of Earls Green #BFB028
RGB
CMYK
RGB Variations
Color information
#BFB028 (or 0xBFB028) is known color: Earls Green. HEX triplet: BF, B0 and 28. RGB value is (191,176,40). Sum of RGB (Red+Green+Blue) = 191+176+40=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB028 is #404FD7. Grayscale: #A5A5A5. Windows color (decimal): -4214744 or 2666687. OLE color: 2666687.
HSL color Cylindrical-coordinate representation of color #BFB028: hue angle of 54.04º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFB028 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 40 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.25 |
| HSL | 54.04º | 0.65% | 0.45% | - |
| HSV(B) | 54.04º | 0.79% | 0.75% | - |
| XYZ | 37.39 | 42.28 | 8.2 | - |
| YUV | 164.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 40 | 0 | 0.08 | 0.79 | 0.25 | 54.04 | 0.65 | 0.45 |
| Hex | BF | B0 | 28 | 0 | 8 | 4F | 19 | 36 | 41 | 2D |
| Octal | 277 | 260 | 50 | 0 | 10 | 117 | 31 | 66 | 101 | 55 |
| Binary | 10111111 | 10110000 | 101000 | 0 | 1000 | 1001111 | 11001 | 110110 | 1000001 | 101101 |
Color Harmonies of #BFB028
Complementary color
Monochromatic Colors of #BFB028
Black with #BFB028
Text Example
Text Example
White with #BFB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB028; }
p { color: rgb(191,176,40); }
H1.HeaderClassName
{
color: #BFB028;
}
.AnyTagClassName
{
color: #BFB028;
}
</style>
background-color css
<style>
a { background-color: #BFB028; }
a { background-color: rgb(191,176,40); }
div.DivClassName
{
background-color: #BFB028;
}
.BgClassName
{
background-color: #BFB028;
}
</style>
border-color css
<style>
span { border-color: #BFB028; }
span { border-color: rgb(191,176,40); }
td.TdClassName
{
border-color: #BFB028;
}
.TagClassName
{
border-color: #BFB028;
}
</style>