Shades of Earls Green #B2A623
Tints of Earls Green #B2A623
RGB
CMYK
RGB Variations
Color information
#B2A623 (or 0xB2A623) is known color: Earls Green. HEX triplet: B2, A6 and 23. RGB value is (178,166,35). Sum of RGB (Red+Green+Blue) = 178+166+35=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A623 is #4D59DC. Grayscale: #9B9B9B. Windows color (decimal): -5069277 or 2336434. OLE color: 2336434.
HSL color Cylindrical-coordinate representation of color #B2A623: hue angle of 54.97º 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 #B2A623 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 35 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.30 |
| HSL | 54.97º | 0.67% | 0.42% | - |
| HSV(B) | 54.97º | 0.8% | 0.7% | - |
| XYZ | 32.3 | 36.86 | 7 | - |
| YUV | 154.65 | 60.48 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 35 | 0 | 0.07 | 0.80 | 0.30 | 54.97 | 0.67 | 0.42 |
| Hex | B2 | A6 | 23 | 0 | 7 | 50 | 1E | 37 | 43 | 2A |
| Octal | 262 | 246 | 43 | 0 | 7 | 120 | 36 | 67 | 103 | 52 |
| Binary | 10110010 | 10100110 | 100011 | 0 | 111 | 1010000 | 11110 | 110111 | 1000011 | 101010 |
Color Harmonies of #B2A623
Complementary color
Monochromatic Colors of #B2A623
Black with #B2A623
Text Example
Text Example
White with #B2A623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A623; }
p { color: rgb(178,166,35); }
H1.HeaderClassName
{
color: #B2A623;
}
.AnyTagClassName
{
color: #B2A623;
}
</style>
background-color css
<style>
a { background-color: #B2A623; }
a { background-color: rgb(178,166,35); }
div.DivClassName
{
background-color: #B2A623;
}
.BgClassName
{
background-color: #B2A623;
}
</style>
border-color css
<style>
span { border-color: #B2A623; }
span { border-color: rgb(178,166,35); }
td.TdClassName
{
border-color: #B2A623;
}
.TagClassName
{
border-color: #B2A623;
}
</style>