Shades of Earls Green #BFB11C
Tints of Earls Green #BFB11C
RGB
CMYK
RGB Variations
Color information
#BFB11C (or 0xBFB11C) is known color: Earls Green. HEX triplet: BF, B1 and 1C. RGB value is (191,177,28). Sum of RGB (Red+Green+Blue) = 191+177+28=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB11C is #404EE3. Grayscale: #A4A4A4. Windows color (decimal): -4214500 or 1880511. OLE color: 1880511.
HSL color Cylindrical-coordinate representation of color #BFB11C: hue angle of 54.85º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFB11C is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 28 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.25 |
| HSL | 54.85º | 0.74% | 0.43% | - |
| HSV(B) | 54.85º | 0.85% | 0.75% | - |
| XYZ | 37.42 | 42.6 | 7.35 | - |
| YUV | 164.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 28 | 0 | 0.07 | 0.85 | 0.25 | 54.85 | 0.74 | 0.43 |
| Hex | BF | B1 | 1C | 0 | 7 | 55 | 19 | 37 | 4A | 2B |
| Octal | 277 | 261 | 34 | 0 | 7 | 125 | 31 | 67 | 112 | 53 |
| Binary | 10111111 | 10110001 | 11100 | 0 | 111 | 1010101 | 11001 | 110111 | 1001010 | 101011 |
Color Harmonies of #BFB11C
Complementary color
Monochromatic Colors of #BFB11C
Black with #BFB11C
Text Example
Text Example
White with #BFB11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB11C; }
p { color: rgb(191,177,28); }
H1.HeaderClassName
{
color: #BFB11C;
}
.AnyTagClassName
{
color: #BFB11C;
}
</style>
background-color css
<style>
a { background-color: #BFB11C; }
a { background-color: rgb(191,177,28); }
div.DivClassName
{
background-color: #BFB11C;
}
.BgClassName
{
background-color: #BFB11C;
}
</style>
border-color css
<style>
span { border-color: #BFB11C; }
span { border-color: rgb(191,177,28); }
td.TdClassName
{
border-color: #BFB11C;
}
.TagClassName
{
border-color: #BFB11C;
}
</style>