Html Css Color HEX #A2AB78 Locust

📋 copy color: '#A2AB78'

red 162 ◦ green 171 ◦ blue 120

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

Shades of Locust #A2AB78

Tints of Locust #A2AB78

RGB

 RED value IS 162 (63.67% from 255) = 35.76%

 GREEN value IS 171 (67.19% from 255) = 37.75%

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

R = 35.76%
G = 37.75%
B = 26.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#A2AB78 (or 0xA2AB78) is known color: Locust. HEX triplet: A2, AB and 78. RGB value is (162,171,120). Sum of RGB (Red+Green+Blue) = 162+171+120=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB78 is #5D5487. Grayscale: #A2A2A2. Windows color (decimal): -6116488 or 7908258. OLE color: 7908258.

HSL color Cylindrical-coordinate representation of color #A2AB78: hue angle of 70.59º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2AB78 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 171 120 -
CMYK 0.05 0 0.30 0.33
HSL 70.59º 0.23% 0.57% -
HSV(B) 70.59º 0.3% 0.67% -
XYZ 32.85 38.16 23.4 -
YUV 162.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 162 171 120 0.05 0 0.30 0.33 70.59 0.23 0.57
Hex A2 AB 78 5 0 1E 21 47 17 39
Octal 242 253 170 5 0 36 41 107 27 71
Binary 10100010 10101011 1111000 101 0 11110 100001 1000111 10111 111001

Color Harmonies of #A2AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB78

Black with #A2AB78

Text Example


Text Example

White with #A2AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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