Shades of Earls Green #BFB627
Tints of Earls Green #BFB627
RGB
CMYK
RGB Variations
Color information
#BFB627 (or 0xBFB627) is known color: Earls Green. HEX triplet: BF, B6 and 27. RGB value is (191,182,39). Sum of RGB (Red+Green+Blue) = 191+182+39=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB627 is #4049D8. Grayscale: #A8A8A8. Windows color (decimal): -4213209 or 2602687. OLE color: 2602687.
HSL color Cylindrical-coordinate representation of color #BFB627: hue angle of 56.45º 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 #BFB627 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 182 | 39 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.25 |
| HSL | 56.45º | 0.66% | 0.45% | - |
| HSV(B) | 56.45º | 0.8% | 0.75% | - |
| XYZ | 38.58 | 44.68 | 8.51 | - |
| YUV | 168.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 39 | 0 | 0.05 | 0.80 | 0.25 | 56.45 | 0.66 | 0.45 |
| Hex | BF | B6 | 27 | 0 | 5 | 50 | 19 | 38 | 42 | 2D |
| Octal | 277 | 266 | 47 | 0 | 5 | 120 | 31 | 70 | 102 | 55 |
| Binary | 10111111 | 10110110 | 100111 | 0 | 101 | 1010000 | 11001 | 111000 | 1000010 | 101101 |
Color Harmonies of #BFB627
Complementary color
Monochromatic Colors of #BFB627
Black with #BFB627
Text Example
Text Example
White with #BFB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB627; }
p { color: rgb(191,182,39); }
H1.HeaderClassName
{
color: #BFB627;
}
.AnyTagClassName
{
color: #BFB627;
}
</style>
background-color css
<style>
a { background-color: #BFB627; }
a { background-color: rgb(191,182,39); }
div.DivClassName
{
background-color: #BFB627;
}
.BgClassName
{
background-color: #BFB627;
}
</style>
border-color css
<style>
span { border-color: #BFB627; }
span { border-color: rgb(191,182,39); }
td.TdClassName
{
border-color: #BFB627;
}
.TagClassName
{
border-color: #BFB627;
}
</style>