Html Css Color HEX #A2B25C Green Smoke

📋 copy color: '#A2B25C'

red 162 ◦ green 178 ◦ blue 92

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

Shades of Green Smoke #A2B25C

Tints of Green Smoke #A2B25C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

 BLUE value IS 92 (36.33% from 255) = 21.3%

R = 37.5%
G = 41.2%
B = 21.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#A2B25C (or 0xA2B25C) is known color: Green Smoke. HEX triplet: A2, B2 and 5C. RGB value is (162,178,92). Sum of RGB (Red+Green+Blue) = 162+178+92=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B25C is #5D4DA3. Grayscale: #A3A3A3. Windows color (decimal): -6114724 or 6075042. OLE color: 6075042.

HSL color Cylindrical-coordinate representation of color #A2B25C: hue angle of 71.16º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2B25C is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 178 92 -
CMYK 0.09 0 0.48 0.30
HSL 71.16º 0.36% 0.53% -
HSV(B) 71.16º 0.48% 0.7% -
XYZ 32.75 40.29 16.18 -
YUV 163.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 162 178 92 0.09 0 0.48 0.30 71.16 0.36 0.53
Hex A2 B2 5C 9 0 30 1E 47 24 35
Octal 242 262 134 11 0 60 36 107 44 65
Binary 10100010 10110010 1011100 1001 0 110000 11110 1000111 100100 110101

Color Harmonies of #A2B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B25C

Black with #A2B25C

Text Example


Text Example

White with #A2B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B25C; }

 p { color: rgb(162,178,92); }

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

background-color css

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

 a { background-color: rgb(162,178,92); }

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

border-color css

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

 span { border-color: rgb(162,178,92); }

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