Shades of Earls Green #B3AD30
Tints of Earls Green #B3AD30
RGB
CMYK
RGB Variations
Color information
#B3AD30 (or 0xB3AD30) is known color: Earls Green. HEX triplet: B3, AD and 30. RGB value is (179,173,48). Sum of RGB (Red+Green+Blue) = 179+173+48=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AD30 is #4C52CF. Grayscale: #A1A1A1. Windows color (decimal): -5001936 or 3190195. OLE color: 3190195.
HSL color Cylindrical-coordinate representation of color #B3AD30: hue angle of 57.25º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3AD30 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 48 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.30 |
| HSL | 57.25º | 0.58% | 0.45% | - |
| HSV(B) | 57.25º | 0.73% | 0.7% | - |
| XYZ | 34.07 | 39.68 | 8.66 | - |
| YUV | 160.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 48 | 0 | 0.03 | 0.73 | 0.30 | 57.25 | 0.58 | 0.45 |
| Hex | B3 | AD | 30 | 0 | 3 | 49 | 1E | 39 | 3A | 2D |
| Octal | 263 | 255 | 60 | 0 | 3 | 111 | 36 | 71 | 72 | 55 |
| Binary | 10110011 | 10101101 | 110000 | 0 | 11 | 1001001 | 11110 | 111001 | 111010 | 101101 |
Color Harmonies of #B3AD30
Complementary color
Monochromatic Colors of #B3AD30
Black with #B3AD30
Text Example
Text Example
White with #B3AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD30; }
p { color: rgb(179,173,48); }
H1.HeaderClassName
{
color: #B3AD30;
}
.AnyTagClassName
{
color: #B3AD30;
}
</style>
background-color css
<style>
a { background-color: #B3AD30; }
a { background-color: rgb(179,173,48); }
div.DivClassName
{
background-color: #B3AD30;
}
.BgClassName
{
background-color: #B3AD30;
}
</style>
border-color css
<style>
span { border-color: #B3AD30; }
span { border-color: rgb(179,173,48); }
td.TdClassName
{
border-color: #B3AD30;
}
.TagClassName
{
border-color: #B3AD30;
}
</style>