Shades of Earls Green #BFB01C
Tints of Earls Green #BFB01C
RGB
CMYK
RGB Variations
Color information
#BFB01C (or 0xBFB01C) is known color: Earls Green. HEX triplet: BF, B0 and 1C. RGB value is (191,176,28). Sum of RGB (Red+Green+Blue) = 191+176+28=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB01C is #404FE3. Grayscale: #A4A4A4. Windows color (decimal): -4214756 or 1880255. OLE color: 1880255.
HSL color Cylindrical-coordinate representation of color #BFB01C: hue angle of 54.48º 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 #BFB01C is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 28 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.25 |
| HSL | 54.48º | 0.74% | 0.43% | - |
| HSV(B) | 54.48º | 0.85% | 0.75% | - |
| XYZ | 37.22 | 42.21 | 7.28 | - |
| YUV | 163.61 | 51.47 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 28 | 0 | 0.08 | 0.85 | 0.25 | 54.48 | 0.74 | 0.43 |
| Hex | BF | B0 | 1C | 0 | 8 | 55 | 19 | 36 | 4A | 2B |
| Octal | 277 | 260 | 34 | 0 | 10 | 125 | 31 | 66 | 112 | 53 |
| Binary | 10111111 | 10110000 | 11100 | 0 | 1000 | 1010101 | 11001 | 110110 | 1001010 | 101011 |
Color Harmonies of #BFB01C
Complementary color
Monochromatic Colors of #BFB01C
Black with #BFB01C
Text Example
Text Example
White with #BFB01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB01C; }
p { color: rgb(191,176,28); }
H1.HeaderClassName
{
color: #BFB01C;
}
.AnyTagClassName
{
color: #BFB01C;
}
</style>
background-color css
<style>
a { background-color: #BFB01C; }
a { background-color: rgb(191,176,28); }
div.DivClassName
{
background-color: #BFB01C;
}
.BgClassName
{
background-color: #BFB01C;
}
</style>
border-color css
<style>
span { border-color: #BFB01C; }
span { border-color: rgb(191,176,28); }
td.TdClassName
{
border-color: #BFB01C;
}
.TagClassName
{
border-color: #BFB01C;
}
</style>