Shades of Earls Green #B3B02D
Tints of Earls Green #B3B02D
RGB
CMYK
RGB Variations
Color information
#B3B02D (or 0xB3B02D) is known color: Earls Green. HEX triplet: B3, B0 and 2D. RGB value is (179,176,45). Sum of RGB (Red+Green+Blue) = 179+176+45=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B02D is #4C4FD2. Grayscale: #A2A2A2. Windows color (decimal): -5001171 or 2994355. OLE color: 2994355.
HSL color Cylindrical-coordinate representation of color #B3B02D: hue angle of 58.66º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3B02D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 45 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.30 |
| HSL | 58.66º | 0.6% | 0.44% | - |
| HSV(B) | 58.66º | 0.75% | 0.7% | - |
| XYZ | 34.59 | 40.82 | 8.54 | - |
| YUV | 161.96 | 61.99 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 45 | 0 | 0.02 | 0.75 | 0.30 | 58.66 | 0.6 | 0.44 |
| Hex | B3 | B0 | 2D | 0 | 2 | 4B | 1E | 3B | 3C | 2C |
| Octal | 263 | 260 | 55 | 0 | 2 | 113 | 36 | 73 | 74 | 54 |
| Binary | 10110011 | 10110000 | 101101 | 0 | 10 | 1001011 | 11110 | 111011 | 111100 | 101100 |
Color Harmonies of #B3B02D
Complementary color
Monochromatic Colors of #B3B02D
Black with #B3B02D
Text Example
Text Example
White with #B3B02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B02D; }
p { color: rgb(179,176,45); }
H1.HeaderClassName
{
color: #B3B02D;
}
.AnyTagClassName
{
color: #B3B02D;
}
</style>
background-color css
<style>
a { background-color: #B3B02D; }
a { background-color: rgb(179,176,45); }
div.DivClassName
{
background-color: #B3B02D;
}
.BgClassName
{
background-color: #B3B02D;
}
</style>
border-color css
<style>
span { border-color: #B3B02D; }
span { border-color: rgb(179,176,45); }
td.TdClassName
{
border-color: #B3B02D;
}
.TagClassName
{
border-color: #B3B02D;
}
</style>