Shades of Locust #A2B076
Tints of Locust #A2B076
RGB
CMYK
RGB Variations
Color information
#A2B076 (or 0xA2B076) is known color: Locust. HEX triplet: A2, B0 and 76. RGB value is (162,176,118). Sum of RGB (Red+Green+Blue) = 162+176+118=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B076 is #5D4F89. Grayscale: #A5A5A5. Windows color (decimal): -6115210 or 7778466. OLE color: 7778466.
HSL color Cylindrical-coordinate representation of color #A2B076: hue angle of 74.48º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2B076 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 118 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.31 |
| HSL | 74.48º | 0.27% | 0.58% | - |
| HSV(B) | 74.48º | 0.33% | 0.69% | - |
| XYZ | 33.7 | 40.04 | 23.09 | - |
| YUV | 165.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 118 | 0.08 | 0 | 0.33 | 0.31 | 74.48 | 0.27 | 0.58 |
| Hex | A2 | B0 | 76 | 8 | 0 | 21 | 1F | 4A | 1B | 3A |
| Octal | 242 | 260 | 166 | 10 | 0 | 41 | 37 | 112 | 33 | 72 |
| Binary | 10100010 | 10110000 | 1110110 | 1000 | 0 | 100001 | 11111 | 1001010 | 11011 | 111010 |
Color Harmonies of #A2B076
Complementary color
Monochromatic Colors of #A2B076
Black with #A2B076
Text Example
Text Example
White with #A2B076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B076; }
p { color: rgb(162,176,118); }
H1.HeaderClassName
{
color: #A2B076;
}
.AnyTagClassName
{
color: #A2B076;
}
</style>
background-color css
<style>
a { background-color: #A2B076; }
a { background-color: rgb(162,176,118); }
div.DivClassName
{
background-color: #A2B076;
}
.BgClassName
{
background-color: #A2B076;
}
</style>
border-color css
<style>
span { border-color: #A2B076; }
span { border-color: rgb(162,176,118); }
td.TdClassName
{
border-color: #A2B076;
}
.TagClassName
{
border-color: #A2B076;
}
</style>