Html Css Color HEX #A2B95A Green Smoke

📋 copy color: '#A2B95A'

red 162 ◦ green 185 ◦ blue 90

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

Shades of Green Smoke #A2B95A

Tints of Green Smoke #A2B95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.33%

 BLUE value IS 90 (35.55% from 255) = 20.59%

R = 37.07%
G = 42.33%
B = 20.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#A2B95A (or 0xA2B95A) is known color: Green Smoke. HEX triplet: A2, B9 and 5A. RGB value is (162,185,90). Sum of RGB (Red+Green+Blue) = 162+185+90=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B95A is #5D46A5. Grayscale: #A7A7A7. Windows color (decimal): -6112934 or 5945762. OLE color: 5945762.

HSL color Cylindrical-coordinate representation of color #A2B95A: hue angle of 74.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2B95A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 90 -
CMYK 0.12 0 0.51 0.27
HSL 74.53º 0.4% 0.54% -
HSV(B) 74.53º 0.51% 0.73% -
XYZ 34.09 43.12 16.2 -
YUV 167.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 162 185 90 0.12 0 0.51 0.27 74.53 0.4 0.54
Hex A2 B9 5A C 0 33 1B 4B 28 36
Octal 242 271 132 14 0 63 33 113 50 66
Binary 10100010 10111001 1011010 1100 0 110011 11011 1001011 101000 110110

Color Harmonies of #A2B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B95A

Black with #A2B95A

Text Example


Text Example

White with #A2B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B95A; }

 p { color: rgb(162,185,90); }

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

background-color css

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

 a { background-color: rgb(162,185,90); }

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

border-color css

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

 span { border-color: rgb(162,185,90); }

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