Shades of Earls Green #B2B423
Tints of Earls Green #B2B423
RGB
CMYK
RGB Variations
Color information
#B2B423 (or 0xB2B423) is known color: Earls Green. HEX triplet: B2, B4 and 23. RGB value is (178,180,35). Sum of RGB (Red+Green+Blue) = 178+180+35=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B423 is #4D4BDC. Grayscale: #A3A3A3. Windows color (decimal): -5065693 or 2340018. OLE color: 2340018.
HSL color Cylindrical-coordinate representation of color #B2B423: hue angle of 60.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2B423 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 35 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.29 |
| HSL | 60.83º | 0.67% | 0.42% | - |
| HSV(B) | 60.83º | 0.81% | 0.71% | - |
| XYZ | 34.98 | 42.23 | 7.9 | - |
| YUV | 162.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 35 | 0.01 | 0 | 0.81 | 0.29 | 60.83 | 0.67 | 0.42 |
| Hex | B2 | B4 | 23 | 1 | 0 | 51 | 1D | 3D | 43 | 2A |
| Octal | 262 | 264 | 43 | 1 | 0 | 121 | 35 | 75 | 103 | 52 |
| Binary | 10110010 | 10110100 | 100011 | 1 | 0 | 1010001 | 11101 | 111101 | 1000011 | 101010 |
Color Harmonies of #B2B423
Complementary color
Monochromatic Colors of #B2B423
Black with #B2B423
Text Example
Text Example
White with #B2B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B423; }
p { color: rgb(178,180,35); }
H1.HeaderClassName
{
color: #B2B423;
}
.AnyTagClassName
{
color: #B2B423;
}
</style>
background-color css
<style>
a { background-color: #B2B423; }
a { background-color: rgb(178,180,35); }
div.DivClassName
{
background-color: #B2B423;
}
.BgClassName
{
background-color: #B2B423;
}
</style>
border-color css
<style>
span { border-color: #B2B423; }
span { border-color: rgb(178,180,35); }
td.TdClassName
{
border-color: #B2B423;
}
.TagClassName
{
border-color: #B2B423;
}
</style>