Shades of Earls Green #BFA627
Tints of Earls Green #BFA627
RGB
CMYK
RGB Variations
Color information
#BFA627 (or 0xBFA627) is known color: Earls Green. HEX triplet: BF, A6 and 27. RGB value is (191,166,39). Sum of RGB (Red+Green+Blue) = 191+166+39=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA627 is #4059D8. Grayscale: #9F9F9F. Windows color (decimal): -4217305 or 2598591. OLE color: 2598591.
HSL color Cylindrical-coordinate representation of color #BFA627: hue angle of 50.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFA627 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 39 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.25 |
| HSL | 50.13º | 0.66% | 0.45% | - |
| HSV(B) | 50.13º | 0.8% | 0.75% | - |
| XYZ | 35.49 | 38.5 | 7.48 | - |
| YUV | 159 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 39 | 0 | 0.13 | 0.80 | 0.25 | 50.13 | 0.66 | 0.45 |
| Hex | BF | A6 | 27 | 0 | D | 50 | 19 | 32 | 42 | 2D |
| Octal | 277 | 246 | 47 | 0 | 15 | 120 | 31 | 62 | 102 | 55 |
| Binary | 10111111 | 10100110 | 100111 | 0 | 1101 | 1010000 | 11001 | 110010 | 1000010 | 101101 |
Color Harmonies of #BFA627
Complementary color
Monochromatic Colors of #BFA627
Black with #BFA627
Text Example
Text Example
White with #BFA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA627; }
p { color: rgb(191,166,39); }
H1.HeaderClassName
{
color: #BFA627;
}
.AnyTagClassName
{
color: #BFA627;
}
</style>
background-color css
<style>
a { background-color: #BFA627; }
a { background-color: rgb(191,166,39); }
div.DivClassName
{
background-color: #BFA627;
}
.BgClassName
{
background-color: #BFA627;
}
</style>
border-color css
<style>
span { border-color: #BFA627; }
span { border-color: rgb(191,166,39); }
td.TdClassName
{
border-color: #BFA627;
}
.TagClassName
{
border-color: #BFA627;
}
</style>