#ABAD78

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

Shades of Locust #ABAD78

Tints of Locust #ABAD78

Color information

#ABAD78 (or 0xABAD78) is unknown color: approx Locust. HEX triplet: AB, AD and 78. RGB value is (171,173,120). Sum of RGB (Red+Green+Blue) = 171+173+120=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD78 is #545287. Grayscale: #A6A6A6. Windows color (decimal): -5526152 or 7908779. OLE color: 7908779.

HSL color Cylindrical-coordinate representation of color #ABAD78: hue angle of 62.26º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABAD78 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB171173120-
CMYK0.0100.310.32
HSL62.26º24.42%57.45%-
HSV(B)62.26º30.64%67.84%-
XYZ35.1339.923.62-
YUV166.36101.84131.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=36.85%
G=37.28%
B=25.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731200.0100.310.3262.2624.4257.45
HexABAD78101F203e1839
Octal253255170103740763071
Binary10101011101011011111000101111110000011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD78; }

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

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

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

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

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

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

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

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