Html Css Color HEX #A2B45A Green Smoke

📋 copy color: '#A2B45A'

red 162 ◦ green 180 ◦ blue 90

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

Shades of Green Smoke #A2B45A

Tints of Green Smoke #A2B45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

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

R = 37.5%
G = 41.67%
B = 20.83%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#A2B45A (or 0xA2B45A) is known color: Green Smoke. HEX triplet: A2, B4 and 5A. RGB value is (162,180,90). Sum of RGB (Red+Green+Blue) = 162+180+90=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B45A is #5D4BA5. Grayscale: #A4A4A4. Windows color (decimal): -6114214 or 5944482. OLE color: 5944482.

HSL color Cylindrical-coordinate representation of color #A2B45A: hue angle of 72º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2B45A is Cyan = 0.1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 90 -
CMYK 0.1 0 0.50 0.29
HSL 72º 0.38% 0.53% -
HSV(B) 72º 0.5% 0.71% -
XYZ 33.07 41.06 15.86 -
YUV 164.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 162 180 90 0.1 0 0.50 0.29 72 0.38 0.53
Hex A2 B4 5A A 0 32 1D 48 26 35
Octal 242 264 132 12 0 62 35 110 46 65
Binary 10100010 10110100 1011010 1010 0 110010 11101 1001000 100110 110101

Color Harmonies of #A2B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B45A

Black with #A2B45A

Text Example


Text Example

White with #A2B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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