#ABB07D

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

Shades of Locust #ABB07D

Tints of Locust #ABB07D

Color information

#ABB07D (or 0xABB07D) is unknown color: approx Locust. HEX triplet: AB, B0 and 7D. RGB value is (171,176,125). Sum of RGB (Red+Green+Blue) = 171+176+125=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB07D is #544F82. Grayscale: #A8A8A8. Windows color (decimal): -5525379 or 8237227. OLE color: 8237227.

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

Color convert

RGB171176125-
CMYK0.0300.290.31
HSL65.88º24.4%59.02%-
HSV(B)65.88º28.98%69.02%-
XYZ36.0241.1925.45-
YUV168.69103.34129.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=36.23%
G=37.29%
B=26.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761250.0300.290.3165.8824.459.02
HexABB07D301D1F42183b
Octal2532601753035371023073
Binary101010111011000011111011101110111111100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB07D; }

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

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

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

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

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

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

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

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