#ABB27E

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

Shades of Locust #ABB27E

Tints of Locust #ABB27E

Color information

#ABB27E (or 0xABB27E) is unknown color: approx Locust. HEX triplet: AB, B2 and 7E. RGB value is (171,178,126). Sum of RGB (Red+Green+Blue) = 171+178+126=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB27E is #544D81. Grayscale: #AAAAAA. Windows color (decimal): -5524866 or 8303275. OLE color: 8303275.

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

Color convert

RGB171178126-
CMYK0.0400.290.30
HSL68.08º25.24%59.61%-
HSV(B)68.08º29.21%69.8%-
XYZ36.4842.0125.92-
YUV169.98103.18128.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=36%
G=37.47%
B=26.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711781260.0400.290.3068.0825.2459.61
HexABB27E401D1E44193c
Octal2532621764035361043174
Binary1010101110110010111111010001110111110100010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB27E; }

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

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

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

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

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

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

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

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