Shades of Earls Green #B1A823
Tints of Earls Green #B1A823
RGB
CMYK
RGB Variations
Color information
#B1A823 (or 0xB1A823) is known color: Earls Green. HEX triplet: B1, A8 and 23. RGB value is (177,168,35). Sum of RGB (Red+Green+Blue) = 177+168+35=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A823 is #4E57DC. Grayscale: #9C9C9C. Windows color (decimal): -5134301 or 2336945. OLE color: 2336945.
HSL color Cylindrical-coordinate representation of color #B1A823: hue angle of 56.2º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1A823 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 35 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.31 |
| HSL | 56.2º | 0.67% | 0.42% | - |
| HSV(B) | 56.2º | 0.8% | 0.69% | - |
| XYZ | 32.44 | 37.47 | 7.11 | - |
| YUV | 155.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 35 | 0 | 0.05 | 0.80 | 0.31 | 56.2 | 0.67 | 0.42 |
| Hex | B1 | A8 | 23 | 0 | 5 | 50 | 1F | 38 | 43 | 2A |
| Octal | 261 | 250 | 43 | 0 | 5 | 120 | 37 | 70 | 103 | 52 |
| Binary | 10110001 | 10101000 | 100011 | 0 | 101 | 1010000 | 11111 | 111000 | 1000011 | 101010 |
Color Harmonies of #B1A823
Complementary color
Monochromatic Colors of #B1A823
Black with #B1A823
Text Example
Text Example
White with #B1A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A823; }
p { color: rgb(177,168,35); }
H1.HeaderClassName
{
color: #B1A823;
}
.AnyTagClassName
{
color: #B1A823;
}
</style>
background-color css
<style>
a { background-color: #B1A823; }
a { background-color: rgb(177,168,35); }
div.DivClassName
{
background-color: #B1A823;
}
.BgClassName
{
background-color: #B1A823;
}
</style>
border-color css
<style>
span { border-color: #B1A823; }
span { border-color: rgb(177,168,35); }
td.TdClassName
{
border-color: #B1A823;
}
.TagClassName
{
border-color: #B1A823;
}
</style>