Html Css Color HEX #ABAE76 Locust

📋 copy color: '#ABAE76'

red 171 ◦ green 174 ◦ blue 118

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

Shades of Locust #ABAE76

Tints of Locust #ABAE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.58%

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 36.93%
G = 37.58%
B = 25.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#ABAE76 (or 0xABAE76) is known color: Locust. HEX triplet: AB, AE and 76. RGB value is (171,174,118). Sum of RGB (Red+Green+Blue) = 171+174+118=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE76 is #545189. Grayscale: #A6A6A6. Windows color (decimal): -5525898 or 7777963. OLE color: 7777963.

HSL color Cylindrical-coordinate representation of color #ABAE76: hue angle of 63.21º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABAE76 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 118 -
CMYK 0.02 0 0.32 0.32
HSL 63.21º 0.26% 0.57% -
HSV(B) 63.21º 0.32% 0.68% -
XYZ 35.2 40.24 23.05 -
YUV 166.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 171 174 118 0.02 0 0.32 0.32 63.21 0.26 0.57
Hex AB AE 76 2 0 20 20 3F 1A 39
Octal 253 256 166 2 0 40 40 77 32 71
Binary 10101011 10101110 1110110 10 0 100000 100000 111111 11010 111001

Color Harmonies of #ABAE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE76

Black with #ABAE76

Text Example


Text Example

White with #ABAE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE76; }

 p { color: rgb(171,174,118); }

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

background-color css

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

 a { background-color: rgb(171,174,118); }

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

border-color css

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

 span { border-color: rgb(171,174,118); }

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