Shades of Earls Green #B19F26
Tints of Earls Green #B19F26
RGB
CMYK
RGB Variations
Color information
#B19F26 (or 0xB19F26) is known color: Earls Green. HEX triplet: B1, 9F and 26. RGB value is (177,159,38). Sum of RGB (Red+Green+Blue) = 177+159+38=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F26 is #4E60D9. Grayscale: #979797. Windows color (decimal): -5136602 or 2531249. OLE color: 2531249.
HSL color Cylindrical-coordinate representation of color #B19F26: hue angle of 52.23º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B19F26 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 38 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.31 |
| HSL | 52.23º | 0.65% | 0.42% | - |
| HSV(B) | 52.23º | 0.79% | 0.69% | - |
| XYZ | 30.88 | 34.28 | 6.82 | - |
| YUV | 150.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 38 | 0 | 0.10 | 0.79 | 0.31 | 52.23 | 0.65 | 0.42 |
| Hex | B1 | 9F | 26 | 0 | A | 4F | 1F | 34 | 41 | 2A |
| Octal | 261 | 237 | 46 | 0 | 12 | 117 | 37 | 64 | 101 | 52 |
| Binary | 10110001 | 10011111 | 100110 | 0 | 1010 | 1001111 | 11111 | 110100 | 1000001 | 101010 |
Color Harmonies of #B19F26
Complementary color
Monochromatic Colors of #B19F26
Black with #B19F26
Text Example
Text Example
White with #B19F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F26; }
p { color: rgb(177,159,38); }
H1.HeaderClassName
{
color: #B19F26;
}
.AnyTagClassName
{
color: #B19F26;
}
</style>
background-color css
<style>
a { background-color: #B19F26; }
a { background-color: rgb(177,159,38); }
div.DivClassName
{
background-color: #B19F26;
}
.BgClassName
{
background-color: #B19F26;
}
</style>
border-color css
<style>
span { border-color: #B19F26; }
span { border-color: rgb(177,159,38); }
td.TdClassName
{
border-color: #B19F26;
}
.TagClassName
{
border-color: #B19F26;
}
</style>