#ABB078

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

Shades of Locust #ABB078

Tints of Locust #ABB078

Color information

#ABB078 (or 0xABB078) is unknown color: approx Locust. HEX triplet: AB, B0 and 78. RGB value is (171,176,120). Sum of RGB (Red+Green+Blue) = 171+176+120=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB078 is #544F87. Grayscale: #A8A8A8. Windows color (decimal): -5525384 or 7909547. OLE color: 7909547.

HSL color Cylindrical-coordinate representation of color #ABB078: hue angle of 65.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB078 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB171176120-
CMYK0.0300.320.31
HSL65.36º26.17%58.04%-
HSV(B)65.36º31.82%69.02%-
XYZ35.7141.0623.81-
YUV168.12100.84130.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=36.62%
G=37.69%
B=25.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761200.0300.320.3165.3626.1758.04
HexABB07830201F411a3a
Octal2532601703040371013272
Binary1010101110110000111100011010000011111100000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB078; }

 p { color: rgb(171,176,120); }

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

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

 a { background-color: rgb(171,176,120); }

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

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

 span { border-color: rgb(171,176,120); }

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