Shades of Earls Green #BFBA2D
Tints of Earls Green #BFBA2D
RGB
CMYK
RGB Variations
Color information
#BFBA2D (or 0xBFBA2D) is known color: Earls Green. HEX triplet: BF, BA and 2D. RGB value is (191,186,45). Sum of RGB (Red+Green+Blue) = 191+186+45=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA2D is #4045D2. Grayscale: #ABABAB. Windows color (decimal): -4212179 or 2996927. OLE color: 2996927.
HSL color Cylindrical-coordinate representation of color #BFBA2D: hue angle of 57.95º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFBA2D is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 45 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.25 |
| HSL | 57.95º | 0.62% | 0.46% | - |
| HSV(B) | 57.95º | 0.76% | 0.75% | - |
| XYZ | 39.52 | 46.38 | 9.35 | - |
| YUV | 171.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 45 | 0 | 0.03 | 0.76 | 0.25 | 57.95 | 0.62 | 0.46 |
| Hex | BF | BA | 2D | 0 | 3 | 4C | 19 | 3A | 3E | 2E |
| Octal | 277 | 272 | 55 | 0 | 3 | 114 | 31 | 72 | 76 | 56 |
| Binary | 10111111 | 10111010 | 101101 | 0 | 11 | 1001100 | 11001 | 111010 | 111110 | 101110 |
Color Harmonies of #BFBA2D
Complementary color
Monochromatic Colors of #BFBA2D
Black with #BFBA2D
Text Example
Text Example
White with #BFBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA2D; }
p { color: rgb(191,186,45); }
H1.HeaderClassName
{
color: #BFBA2D;
}
.AnyTagClassName
{
color: #BFBA2D;
}
</style>
background-color css
<style>
a { background-color: #BFBA2D; }
a { background-color: rgb(191,186,45); }
div.DivClassName
{
background-color: #BFBA2D;
}
.BgClassName
{
background-color: #BFBA2D;
}
</style>
border-color css
<style>
span { border-color: #BFBA2D; }
span { border-color: rgb(191,186,45); }
td.TdClassName
{
border-color: #BFBA2D;
}
.TagClassName
{
border-color: #BFBA2D;
}
</style>