Shades of Earls Green #BFB12B
Tints of Earls Green #BFB12B
RGB
CMYK
RGB Variations
Color information
#BFB12B (or 0xBFB12B) is known color: Earls Green. HEX triplet: BF, B1 and 2B. RGB value is (191,177,43). Sum of RGB (Red+Green+Blue) = 191+177+43=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB12B is #404ED4. Grayscale: #A6A6A6. Windows color (decimal): -4214485 or 2863551. OLE color: 2863551.
HSL color Cylindrical-coordinate representation of color #BFB12B: hue angle of 54.32º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BFB12B is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 43 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.25 |
| HSL | 54.32º | 0.63% | 0.46% | - |
| HSV(B) | 54.32º | 0.77% | 0.75% | - |
| XYZ | 37.64 | 42.7 | 8.54 | - |
| YUV | 165.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 43 | 0 | 0.07 | 0.77 | 0.25 | 54.32 | 0.63 | 0.46 |
| Hex | BF | B1 | 2B | 0 | 7 | 4D | 19 | 36 | 3F | 2E |
| Octal | 277 | 261 | 53 | 0 | 7 | 115 | 31 | 66 | 77 | 56 |
| Binary | 10111111 | 10110001 | 101011 | 0 | 111 | 1001101 | 11001 | 110110 | 111111 | 101110 |
Color Harmonies of #BFB12B
Complementary color
Monochromatic Colors of #BFB12B
Black with #BFB12B
Text Example
Text Example
White with #BFB12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB12B; }
p { color: rgb(191,177,43); }
H1.HeaderClassName
{
color: #BFB12B;
}
.AnyTagClassName
{
color: #BFB12B;
}
</style>
background-color css
<style>
a { background-color: #BFB12B; }
a { background-color: rgb(191,177,43); }
div.DivClassName
{
background-color: #BFB12B;
}
.BgClassName
{
background-color: #BFB12B;
}
</style>
border-color css
<style>
span { border-color: #BFB12B; }
span { border-color: rgb(191,177,43); }
td.TdClassName
{
border-color: #BFB12B;
}
.TagClassName
{
border-color: #BFB12B;
}
</style>