Html Css Color HEX #ABAE75 Locust

📋 copy color: '#ABAE75'

red 171 ◦ green 174 ◦ blue 117

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

Shades of Locust #ABAE75

Tints of Locust #ABAE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 37.01%
G = 37.66%
B = 25.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#ABAE75 (or 0xABAE75) is known color: Locust. HEX triplet: AB, AE and 75. RGB value is (171,174,117). Sum of RGB (Red+Green+Blue) = 171+174+117=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE75 is #54518A. Grayscale: #A6A6A6. Windows color (decimal): -5525899 or 7712427. OLE color: 7712427.

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

Color convert

RGB 171 174 117 -
CMYK 0.02 0 0.33 0.32
HSL 63.16º 0.26% 0.57% -
HSV(B) 63.16º 0.33% 0.68% -
XYZ 35.14 40.21 22.74 -
YUV 166.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 171 174 117 0.02 0 0.33 0.32 63.16 0.26 0.57
Hex AB AE 75 2 0 21 20 3F 1A 39
Octal 253 256 165 2 0 41 40 77 32 71
Binary 10101011 10101110 1110101 10 0 100001 100000 111111 11010 111001

Color Harmonies of #ABAE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE75

Black with #ABAE75

Text Example


Text Example

White with #ABAE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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