Shades of Locust #ACB278
Tints of Locust #ACB278
RGB
CMYK
RGB Variations
Color information
#ACB278 (or 0xACB278) is known color: Locust. HEX triplet: AC, B2 and 78. RGB value is (172,178,120). Sum of RGB (Red+Green+Blue) = 172+178+120=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB278 is #534D87. Grayscale: #A9A9A9. Windows color (decimal): -5459336 or 7910060. OLE color: 7910060.
HSL color Cylindrical-coordinate representation of color #ACB278: hue angle of 66.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB278 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 120 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.30 |
| HSL | 66.21º | 0.27% | 0.58% | - |
| HSV(B) | 66.21º | 0.33% | 0.7% | - |
| XYZ | 36.32 | 41.97 | 23.96 | - |
| YUV | 169.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 120 | 0.03 | 0 | 0.33 | 0.30 | 66.21 | 0.27 | 0.58 |
| Hex | AC | B2 | 78 | 3 | 0 | 21 | 1E | 42 | 1B | 3A |
| Octal | 254 | 262 | 170 | 3 | 0 | 41 | 36 | 102 | 33 | 72 |
| Binary | 10101100 | 10110010 | 1111000 | 11 | 0 | 100001 | 11110 | 1000010 | 11011 | 111010 |
Color Harmonies of #ACB278
Complementary color
Monochromatic Colors of #ACB278
Black with #ACB278
Text Example
Text Example
White with #ACB278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB278; }
p { color: rgb(172,178,120); }
H1.HeaderClassName
{
color: #ACB278;
}
.AnyTagClassName
{
color: #ACB278;
}
</style>
background-color css
<style>
a { background-color: #ACB278; }
a { background-color: rgb(172,178,120); }
div.DivClassName
{
background-color: #ACB278;
}
.BgClassName
{
background-color: #ACB278;
}
</style>
border-color css
<style>
span { border-color: #ACB278; }
span { border-color: rgb(172,178,120); }
td.TdClassName
{
border-color: #ACB278;
}
.TagClassName
{
border-color: #ACB278;
}
</style>