#ABB272

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

Shades of Locust #ABB272

Tints of Locust #ABB272

Color information

#ABB272 (or 0xABB272) is unknown color: approx Locust. HEX triplet: AB, B2 and 72. RGB value is (171,178,114). Sum of RGB (Red+Green+Blue) = 171+178+114=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB272 is #544D8D. Grayscale: #A8A8A8. Windows color (decimal): -5524878 or 7516843. OLE color: 7516843.

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

Color convert

RGB171178114-
CMYK0.0400.360.30
HSL66.56º29.36%57.25%-
HSV(B)66.56º35.96%69.8%-
XYZ35.7541.7122.09-
YUV168.6197.18129.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 114 (44.92% from 255) = 24.62%
R=36.93%
G=38.44%
B=24.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711781140.0400.360.3066.5629.3657.25
HexABB27240241E431d39
Octal2532621624044361033571
Binary10101011101100101110010100010010011110100001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB272; }

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

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

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

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

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

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

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

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