#ABAD7B

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

Shades of Locust #ABAD7B

Tints of Locust #ABAD7B

Color information

#ABAD7B (or 0xABAD7B) is unknown color: approx Locust. HEX triplet: AB, AD and 7B. RGB value is (171,173,123). Sum of RGB (Red+Green+Blue) = 171+173+123=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD7B is #545284. Grayscale: #A6A6A6. Windows color (decimal): -5526149 or 8105387. OLE color: 8105387.

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

Color convert

RGB171173123-
CMYK0.0100.290.32
HSL62.4º23.36%58.04%-
HSV(B)62.4º28.9%67.84%-
XYZ35.3139.9824.59-
YUV166.7103.34131.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=36.62%
G=37.04%
B=26.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731230.0100.290.3262.423.3658.04
HexABAD7B101D203e173a
Octal253255173103540762772
Binary10101011101011011111011101110110000011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD7B; }

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

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

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

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

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

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

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

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