#ABB275

Color #ABB275 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #ABB275

Tints of Locust #ABB275

Color information

#ABB275 (or 0xABB275) is unknown color: approx Locust. HEX triplet: AB, B2 and 75. RGB value is (171,178,117). Sum of RGB (Red+Green+Blue) = 171+178+117=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB275 is #544D8A. Grayscale: #A9A9A9. Windows color (decimal): -5524875 or 7713451. OLE color: 7713451.

HSL color Cylindrical-coordinate representation of color #ABB275: hue angle of 66.89º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABB275 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB171178117-
CMYK0.0400.340.30
HSL66.89º28.37%57.84%-
HSV(B)66.89º34.27%69.8%-
XYZ35.9341.7823-
YUV168.9598.68129.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=36.70%
G=38.20%
B=25.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711781170.0400.340.3066.8928.3757.84
HexABB27540221E431c3a
Octal2532621654042361033472
Binary10101011101100101110101100010001011110100001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB275; }

 p { color: rgb(171,178,117); }

 H1.HeaderClassName
 {
   color: #ABB275;
 }
 .AnyTagClassName
 {
   color: #ABB275;
 }
</style>
background-color css

<style>
 a { background-color: #ABB275; }

 a { background-color: rgb(171,178,117); }

 div.DivClassName
 {
   background-color: #ABB275;
 }
 .BgClassName
 {
   background-color: #ABB275;
 }
</style>
border-color css

<style>
 span { border-color: #ABB275; }

 span { border-color: rgb(171,178,117); }

 td.TdClassName
 {
   border-color: #ABB275;
 }
 .TagClassName
 {
   border-color: #ABB275;
 }
</style>