Html Css Color HEX #A2B05D Green Smoke

📋 copy color: '#A2B05D'

red 162 ◦ green 176 ◦ blue 93

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

Shades of Green Smoke #A2B05D

Tints of Green Smoke #A2B05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.84%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 37.59%
G = 40.84%
B = 21.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A2B05D (or 0xA2B05D) is known color: Green Smoke. HEX triplet: A2, B0 and 5D. RGB value is (162,176,93). Sum of RGB (Red+Green+Blue) = 162+176+93=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B05D is #5D4FA2. Grayscale: #A2A2A2. Windows color (decimal): -6115235 or 6140066. OLE color: 6140066.

HSL color Cylindrical-coordinate representation of color #A2B05D: hue angle of 70.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2B05D is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 93 -
CMYK 0.08 0 0.47 0.31
HSL 70.12º 0.34% 0.53% -
HSV(B) 70.12º 0.47% 0.69% -
XYZ 32.4 39.52 16.28 -
YUV 162.35 88.86 127.75 -
System Red Green Blue C M Y K H S L
Decimal 162 176 93 0.08 0 0.47 0.31 70.12 0.34 0.53
Hex A2 B0 5D 8 0 2F 1F 46 22 35
Octal 242 260 135 10 0 57 37 106 42 65
Binary 10100010 10110000 1011101 1000 0 101111 11111 1000110 100010 110101

Color Harmonies of #A2B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B05D

Black with #A2B05D

Text Example


Text Example

White with #A2B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B05D; }

 p { color: rgb(162,176,93); }

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

background-color css

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

 a { background-color: rgb(162,176,93); }

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

border-color css

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

 span { border-color: rgb(162,176,93); }

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