Shades of Earls Green #B1AD2D
Tints of Earls Green #B1AD2D
RGB
CMYK
RGB Variations
Color information
#B1AD2D (or 0xB1AD2D) is known color: Earls Green. HEX triplet: B1, AD and 2D. RGB value is (177,173,45). Sum of RGB (Red+Green+Blue) = 177+173+45=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AD2D is #4E52D2. Grayscale: #A0A0A0. Windows color (decimal): -5133011 or 2993585. OLE color: 2993585.
HSL color Cylindrical-coordinate representation of color #B1AD2D: hue angle of 58.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1AD2D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 45 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.31 |
| HSL | 58.18º | 0.59% | 0.44% | - |
| HSV(B) | 58.18º | 0.75% | 0.69% | - |
| XYZ | 33.55 | 39.42 | 8.32 | - |
| YUV | 159.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 45 | 0 | 0.02 | 0.75 | 0.31 | 58.18 | 0.59 | 0.44 |
| Hex | B1 | AD | 2D | 0 | 2 | 4B | 1F | 3A | 3B | 2C |
| Octal | 261 | 255 | 55 | 0 | 2 | 113 | 37 | 72 | 73 | 54 |
| Binary | 10110001 | 10101101 | 101101 | 0 | 10 | 1001011 | 11111 | 111010 | 111011 | 101100 |
Color Harmonies of #B1AD2D
Complementary color
Monochromatic Colors of #B1AD2D
Black with #B1AD2D
Text Example
Text Example
White with #B1AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD2D; }
p { color: rgb(177,173,45); }
H1.HeaderClassName
{
color: #B1AD2D;
}
.AnyTagClassName
{
color: #B1AD2D;
}
</style>
background-color css
<style>
a { background-color: #B1AD2D; }
a { background-color: rgb(177,173,45); }
div.DivClassName
{
background-color: #B1AD2D;
}
.BgClassName
{
background-color: #B1AD2D;
}
</style>
border-color css
<style>
span { border-color: #B1AD2D; }
span { border-color: rgb(177,173,45); }
td.TdClassName
{
border-color: #B1AD2D;
}
.TagClassName
{
border-color: #B1AD2D;
}
</style>