Shades of Earls Green #BFB01D
Tints of Earls Green #BFB01D
RGB
CMYK
RGB Variations
Color information
#BFB01D (or 0xBFB01D) is known color: Earls Green. HEX triplet: BF, B0 and 1D. RGB value is (191,176,29). Sum of RGB (Red+Green+Blue) = 191+176+29=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB01D is #404FE2. Grayscale: #A4A4A4. Windows color (decimal): -4214755 or 1945791. OLE color: 1945791.
HSL color Cylindrical-coordinate representation of color #BFB01D: hue angle of 54.44º 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 #BFB01D is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 29 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.25 |
| HSL | 54.44º | 0.74% | 0.43% | - |
| HSV(B) | 54.44º | 0.85% | 0.75% | - |
| XYZ | 37.23 | 42.22 | 7.35 | - |
| YUV | 163.73 | 51.97 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 29 | 0 | 0.08 | 0.85 | 0.25 | 54.44 | 0.74 | 0.43 |
| Hex | BF | B0 | 1D | 0 | 8 | 55 | 19 | 36 | 4A | 2B |
| Octal | 277 | 260 | 35 | 0 | 10 | 125 | 31 | 66 | 112 | 53 |
| Binary | 10111111 | 10110000 | 11101 | 0 | 1000 | 1010101 | 11001 | 110110 | 1001010 | 101011 |
Color Harmonies of #BFB01D
Complementary color
Monochromatic Colors of #BFB01D
Black with #BFB01D
Text Example
Text Example
White with #BFB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB01D; }
p { color: rgb(191,176,29); }
H1.HeaderClassName
{
color: #BFB01D;
}
.AnyTagClassName
{
color: #BFB01D;
}
</style>
background-color css
<style>
a { background-color: #BFB01D; }
a { background-color: rgb(191,176,29); }
div.DivClassName
{
background-color: #BFB01D;
}
.BgClassName
{
background-color: #BFB01D;
}
</style>
border-color css
<style>
span { border-color: #BFB01D; }
span { border-color: rgb(191,176,29); }
td.TdClassName
{
border-color: #BFB01D;
}
.TagClassName
{
border-color: #BFB01D;
}
</style>