Shades of Earls Green #BFB41C
Tints of Earls Green #BFB41C
RGB
CMYK
RGB Variations
Color information
#BFB41C (or 0xBFB41C) is known color: Earls Green. HEX triplet: BF, B4 and 1C. RGB value is (191,180,28). Sum of RGB (Red+Green+Blue) = 191+180+28=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB41C is #404BE3. Grayscale: #A6A6A6. Windows color (decimal): -4213732 or 1881279. OLE color: 1881279.
HSL color Cylindrical-coordinate representation of color #BFB41C: hue angle of 55.95º 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 #BFB41C is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 28 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.25 |
| HSL | 55.95º | 0.74% | 0.43% | - |
| HSV(B) | 55.95º | 0.85% | 0.75% | - |
| XYZ | 38.02 | 43.8 | 7.55 | - |
| YUV | 165.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 28 | 0 | 0.06 | 0.85 | 0.25 | 55.95 | 0.74 | 0.43 |
| Hex | BF | B4 | 1C | 0 | 6 | 55 | 19 | 38 | 4A | 2B |
| Octal | 277 | 264 | 34 | 0 | 6 | 125 | 31 | 70 | 112 | 53 |
| Binary | 10111111 | 10110100 | 11100 | 0 | 110 | 1010101 | 11001 | 111000 | 1001010 | 101011 |
Color Harmonies of #BFB41C
Complementary color
Monochromatic Colors of #BFB41C
Black with #BFB41C
Text Example
Text Example
White with #BFB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB41C; }
p { color: rgb(191,180,28); }
H1.HeaderClassName
{
color: #BFB41C;
}
.AnyTagClassName
{
color: #BFB41C;
}
</style>
background-color css
<style>
a { background-color: #BFB41C; }
a { background-color: rgb(191,180,28); }
div.DivClassName
{
background-color: #BFB41C;
}
.BgClassName
{
background-color: #BFB41C;
}
</style>
border-color css
<style>
span { border-color: #BFB41C; }
span { border-color: rgb(191,180,28); }
td.TdClassName
{
border-color: #BFB41C;
}
.TagClassName
{
border-color: #BFB41C;
}
</style>