Html Css Color HEX #ABAC80 Locust

📋 copy color: '#ABAC80'

red 171 ◦ green 172 ◦ blue 128

#ABAC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Locust #ABAC80

Tints of Locust #ABAC80

RGB

 RED value IS 171 (67.19% from 255) = 36.31%

 GREEN value IS 172 (67.58% from 255) = 36.52%

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 36.31%
G = 36.52%
B = 27.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#ABAC80 (or 0xABAC80) is known color: Locust. HEX triplet: AB, AC and 80. RGB value is (171,172,128). Sum of RGB (Red+Green+Blue) = 171+172+128=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC80 is #54537F. Grayscale: #A6A6A6. Windows color (decimal): -5526400 or 8432811. OLE color: 8432811.

HSL color Cylindrical-coordinate representation of color #ABAC80: hue angle of 61.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABAC80 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 172 128 -
CMYK 0.01 0 0.26 0.33
HSL 61.36º 0.21% 0.59% -
HSV(B) 61.36º 0.26% 0.67% -
XYZ 35.44 39.72 26.22 -
YUV 166.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 171 172 128 0.01 0 0.26 0.33 61.36 0.21 0.59
Hex AB AC 80 1 0 1A 21 3D 15 3B
Octal 253 254 200 1 0 32 41 75 25 73
Binary 10101011 10101100 10000000 1 0 11010 100001 111101 10101 111011

Color Harmonies of #ABAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC80

Black with #ABAC80

Text Example


Text Example

White with #ABAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC80; }

 p { color: rgb(171,172,128); }

 H1.HeaderClassName
 {
   color: #ABAC80;
 }
 .AnyTagClassName
 {
   color: #ABAC80;
 }
</style>

background-color css

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

 a { background-color: rgb(171,172,128); }

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

border-color css

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

 span { border-color: rgb(171,172,128); }

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