Html Css Color HEX #ABAE78 Locust

📋 copy color: '#ABAE78'

red 171 ◦ green 174 ◦ blue 120

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

Shades of Locust #ABAE78

Tints of Locust #ABAE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.81%

R = 36.77%
G = 37.42%
B = 25.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#ABAE78 (or 0xABAE78) is known color: Locust. HEX triplet: AB, AE and 78. RGB value is (171,174,120). Sum of RGB (Red+Green+Blue) = 171+174+120=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE78 is #545187. Grayscale: #A7A7A7. Windows color (decimal): -5525896 or 7909035. OLE color: 7909035.

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

Color convert

RGB 171 174 120 -
CMYK 0.02 0 0.31 0.32
HSL 63.33º 0.25% 0.58% -
HSV(B) 63.33º 0.31% 0.68% -
XYZ 35.32 40.29 23.68 -
YUV 166.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 171 174 120 0.02 0 0.31 0.32 63.33 0.25 0.58
Hex AB AE 78 2 0 1F 20 3F 19 3A
Octal 253 256 170 2 0 37 40 77 31 72
Binary 10101011 10101110 1111000 10 0 11111 100000 111111 11001 111010

Color Harmonies of #ABAE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE78

Black with #ABAE78

Text Example


Text Example

White with #ABAE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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