Html Css Color HEX #A2AB50 Green Smoke

📋 copy color: '#A2AB50'

red 162 ◦ green 171 ◦ blue 80

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

Shades of Green Smoke #A2AB50

Tints of Green Smoke #A2AB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 39.23%
G = 41.4%
B = 19.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#A2AB50 (or 0xA2AB50) is known color: Green Smoke. HEX triplet: A2, AB and 50. RGB value is (162,171,80). Sum of RGB (Red+Green+Blue) = 162+171+80=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB50 is #5D54AF. Grayscale: #9E9E9E. Windows color (decimal): -6116528 or 5286818. OLE color: 5286818.

HSL color Cylindrical-coordinate representation of color #A2AB50: hue angle of 65.93º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2AB50 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 171 80 -
CMYK 0.05 0 0.53 0.33
HSL 65.93º 0.36% 0.49% -
HSV(B) 65.93º 0.53% 0.67% -
XYZ 30.91 37.39 13.18 -
YUV 157.94 84.02 130.9 -
System Red Green Blue C M Y K H S L
Decimal 162 171 80 0.05 0 0.53 0.33 65.93 0.36 0.49
Hex A2 AB 50 5 0 35 21 42 24 31
Octal 242 253 120 5 0 65 41 102 44 61
Binary 10100010 10101011 1010000 101 0 110101 100001 1000010 100100 110001

Color Harmonies of #A2AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AB50

Black with #A2AB50

Text Example


Text Example

White with #A2AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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