Html Css Color HEX #ABAC7E Locust

📋 copy color: '#ABAC7E'

red 171 ◦ green 172 ◦ blue 126

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

Shades of Locust #ABAC7E

Tints of Locust #ABAC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.87%

R = 36.46%
G = 36.67%
B = 26.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#ABAC7E (or 0xABAC7E) is known color: Locust. HEX triplet: AB, AC and 7E. RGB value is (171,172,126). Sum of RGB (Red+Green+Blue) = 171+172+126=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC7E is #545381. Grayscale: #A6A6A6. Windows color (decimal): -5526402 or 8301739. OLE color: 8301739.

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

Color convert

RGB 171 172 126 -
CMYK 0.01 0 0.27 0.33
HSL 61.3º 0.22% 0.58% -
HSV(B) 61.3º 0.27% 0.67% -
XYZ 35.31 39.67 25.53 -
YUV 166.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 171 172 126 0.01 0 0.27 0.33 61.3 0.22 0.58
Hex AB AC 7E 1 0 1B 21 3D 16 3A
Octal 253 254 176 1 0 33 41 75 26 72
Binary 10101011 10101100 1111110 1 0 11011 100001 111101 10110 111010

Color Harmonies of #ABAC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAC7E

Black with #ABAC7E

Text Example


Text Example

White with #ABAC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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