#ABAF84

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

Shades of Locust #ABAF84

Tints of Locust #ABAF84

Color information

#ABAF84 (or 0xABAF84) is unknown color: approx Locust. HEX triplet: AB, AF and 84. RGB value is (171,175,132). Sum of RGB (Red+Green+Blue) = 171+175+132=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF84 is #54507B. Grayscale: #A9A9A9. Windows color (decimal): -5525628 or 8695723. OLE color: 8695723.

HSL color Cylindrical-coordinate representation of color #ABAF84: hue angle of 65.58º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAF84 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB171175132-
CMYK0.0200.250.31
HSL65.58º21.18%60.2%-
HSV(B)65.58º24.57%68.63%-
XYZ36.2940.9827.83-
YUV168.9107.17129.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=35.77%
G=36.61%
B=27.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751320.0200.250.3165.5821.1860.2
HexABAF8420191F42153c
Octal2532572042031371022574
Binary1010101110101111100001001001100111111100001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF84; }

 p { color: rgb(171,175,132); }

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

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

 a { background-color: rgb(171,175,132); }

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

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

 span { border-color: rgb(171,175,132); }

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