Shades of Earls Green #BFB11B
Tints of Earls Green #BFB11B
RGB
CMYK
RGB Variations
Color information
#BFB11B (or 0xBFB11B) is known color: Earls Green. HEX triplet: BF, B1 and 1B. RGB value is (191,177,27). Sum of RGB (Red+Green+Blue) = 191+177+27=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB11B is #404EE4. Grayscale: #A4A4A4. Windows color (decimal): -4214501 or 1814975. OLE color: 1814975.
HSL color Cylindrical-coordinate representation of color #BFB11B: hue angle of 54.88º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFB11B is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 27 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.25 |
| HSL | 54.88º | 0.75% | 0.43% | - |
| HSV(B) | 54.88º | 0.86% | 0.75% | - |
| XYZ | 37.41 | 42.6 | 7.29 | - |
| YUV | 164.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 27 | 0 | 0.07 | 0.86 | 0.25 | 54.88 | 0.75 | 0.43 |
| Hex | BF | B1 | 1B | 0 | 7 | 56 | 19 | 37 | 4B | 2B |
| Octal | 277 | 261 | 33 | 0 | 7 | 126 | 31 | 67 | 113 | 53 |
| Binary | 10111111 | 10110001 | 11011 | 0 | 111 | 1010110 | 11001 | 110111 | 1001011 | 101011 |
Color Harmonies of #BFB11B
Complementary color
Monochromatic Colors of #BFB11B
Black with #BFB11B
Text Example
Text Example
White with #BFB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB11B; }
p { color: rgb(191,177,27); }
H1.HeaderClassName
{
color: #BFB11B;
}
.AnyTagClassName
{
color: #BFB11B;
}
</style>
background-color css
<style>
a { background-color: #BFB11B; }
a { background-color: rgb(191,177,27); }
div.DivClassName
{
background-color: #BFB11B;
}
.BgClassName
{
background-color: #BFB11B;
}
</style>
border-color css
<style>
span { border-color: #BFB11B; }
span { border-color: rgb(191,177,27); }
td.TdClassName
{
border-color: #BFB11B;
}
.TagClassName
{
border-color: #BFB11B;
}
</style>