Shades of Earls Green #B0AD30
Tints of Earls Green #B0AD30
RGB
CMYK
RGB Variations
Color information
#B0AD30 (or 0xB0AD30) is known color: Earls Green. HEX triplet: B0, AD and 30. RGB value is (176,173,48). Sum of RGB (Red+Green+Blue) = 176+173+48=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AD30 is #4F52CF. Grayscale: #A0A0A0. Windows color (decimal): -5198544 or 3190192. OLE color: 3190192.
HSL color Cylindrical-coordinate representation of color #B0AD30: hue angle of 58.59º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0AD30 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 48 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.31 |
| HSL | 58.59º | 0.57% | 0.44% | - |
| HSV(B) | 58.59º | 0.73% | 0.69% | - |
| XYZ | 33.38 | 39.33 | 8.63 | - |
| YUV | 159.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 48 | 0 | 0.02 | 0.73 | 0.31 | 58.59 | 0.57 | 0.44 |
| Hex | B0 | AD | 30 | 0 | 2 | 49 | 1F | 3B | 39 | 2C |
| Octal | 260 | 255 | 60 | 0 | 2 | 111 | 37 | 73 | 71 | 54 |
| Binary | 10110000 | 10101101 | 110000 | 0 | 10 | 1001001 | 11111 | 111011 | 111001 | 101100 |
Color Harmonies of #B0AD30
Complementary color
Monochromatic Colors of #B0AD30
Black with #B0AD30
Text Example
Text Example
White with #B0AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD30; }
p { color: rgb(176,173,48); }
H1.HeaderClassName
{
color: #B0AD30;
}
.AnyTagClassName
{
color: #B0AD30;
}
</style>
background-color css
<style>
a { background-color: #B0AD30; }
a { background-color: rgb(176,173,48); }
div.DivClassName
{
background-color: #B0AD30;
}
.BgClassName
{
background-color: #B0AD30;
}
</style>
border-color css
<style>
span { border-color: #B0AD30; }
span { border-color: rgb(176,173,48); }
td.TdClassName
{
border-color: #B0AD30;
}
.TagClassName
{
border-color: #B0AD30;
}
</style>