Shades of Earls Green #B2A823
Tints of Earls Green #B2A823
RGB
CMYK
RGB Variations
Color information
#B2A823 (or 0xB2A823) is known color: Earls Green. HEX triplet: B2, A8 and 23. RGB value is (178,168,35). Sum of RGB (Red+Green+Blue) = 178+168+35=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A823 is #4D57DC. Grayscale: #9C9C9C. Windows color (decimal): -5068765 or 2336946. OLE color: 2336946.
HSL color Cylindrical-coordinate representation of color #B2A823: hue angle of 55.8º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2A823 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 35 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.30 |
| HSL | 55.8º | 0.67% | 0.42% | - |
| HSV(B) | 55.8º | 0.8% | 0.7% | - |
| XYZ | 32.67 | 37.59 | 7.12 | - |
| YUV | 155.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 35 | 0 | 0.06 | 0.80 | 0.30 | 55.8 | 0.67 | 0.42 |
| Hex | B2 | A8 | 23 | 0 | 6 | 50 | 1E | 38 | 43 | 2A |
| Octal | 262 | 250 | 43 | 0 | 6 | 120 | 36 | 70 | 103 | 52 |
| Binary | 10110010 | 10101000 | 100011 | 0 | 110 | 1010000 | 11110 | 111000 | 1000011 | 101010 |
Color Harmonies of #B2A823
Complementary color
Monochromatic Colors of #B2A823
Black with #B2A823
Text Example
Text Example
White with #B2A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A823; }
p { color: rgb(178,168,35); }
H1.HeaderClassName
{
color: #B2A823;
}
.AnyTagClassName
{
color: #B2A823;
}
</style>
background-color css
<style>
a { background-color: #B2A823; }
a { background-color: rgb(178,168,35); }
div.DivClassName
{
background-color: #B2A823;
}
.BgClassName
{
background-color: #B2A823;
}
</style>
border-color css
<style>
span { border-color: #B2A823; }
span { border-color: rgb(178,168,35); }
td.TdClassName
{
border-color: #B2A823;
}
.TagClassName
{
border-color: #B2A823;
}
</style>