Shades of Earls Green #BFAD28
Tints of Earls Green #BFAD28
RGB
CMYK
RGB Variations
Color information
#BFAD28 (or 0xBFAD28) is known color: Earls Green. HEX triplet: BF, AD and 28. RGB value is (191,173,40). Sum of RGB (Red+Green+Blue) = 191+173+40=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD28 is #4052D7. Grayscale: #A3A3A3. Windows color (decimal): -4215512 or 2665919. OLE color: 2665919.
HSL color Cylindrical-coordinate representation of color #BFAD28: hue angle of 52.85º 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 #BFAD28 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 40 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.25 |
| HSL | 52.85º | 0.65% | 0.45% | - |
| HSV(B) | 52.85º | 0.79% | 0.75% | - |
| XYZ | 36.81 | 41.12 | 8 | - |
| YUV | 163.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 40 | 0 | 0.09 | 0.79 | 0.25 | 52.85 | 0.65 | 0.45 |
| Hex | BF | AD | 28 | 0 | 9 | 4F | 19 | 35 | 41 | 2D |
| Octal | 277 | 255 | 50 | 0 | 11 | 117 | 31 | 65 | 101 | 55 |
| Binary | 10111111 | 10101101 | 101000 | 0 | 1001 | 1001111 | 11001 | 110101 | 1000001 | 101101 |
Color Harmonies of #BFAD28
Complementary color
Monochromatic Colors of #BFAD28
Black with #BFAD28
Text Example
Text Example
White with #BFAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD28; }
p { color: rgb(191,173,40); }
H1.HeaderClassName
{
color: #BFAD28;
}
.AnyTagClassName
{
color: #BFAD28;
}
</style>
background-color css
<style>
a { background-color: #BFAD28; }
a { background-color: rgb(191,173,40); }
div.DivClassName
{
background-color: #BFAD28;
}
.BgClassName
{
background-color: #BFAD28;
}
</style>
border-color css
<style>
span { border-color: #BFAD28; }
span { border-color: rgb(191,173,40); }
td.TdClassName
{
border-color: #BFAD28;
}
.TagClassName
{
border-color: #BFAD28;
}
</style>