Html Css Color HEX #A2B352 Green Smoke

📋 copy color: '#A2B352'

red 162 ◦ green 179 ◦ blue 82

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

Shades of Green Smoke #A2B352

Tints of Green Smoke #A2B352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

 BLUE value IS 82 (32.42% from 255) = 19.39%

R = 38.3%
G = 42.32%
B = 19.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#A2B352 (or 0xA2B352) is known color: Green Smoke. HEX triplet: A2, B3 and 52. RGB value is (162,179,82). Sum of RGB (Red+Green+Blue) = 162+179+82=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B352 is #5D4CAD. Grayscale: #A3A3A3. Windows color (decimal): -6114478 or 5419938. OLE color: 5419938.

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

Color convert

RGB 162 179 82 -
CMYK 0.09 0 0.54 0.30
HSL 70.52º 0.39% 0.51% -
HSV(B) 70.52º 0.54% 0.7% -
XYZ 32.54 40.53 14.09 -
YUV 162.86 82.37 127.39 -
System Red Green Blue C M Y K H S L
Decimal 162 179 82 0.09 0 0.54 0.30 70.52 0.39 0.51
Hex A2 B3 52 9 0 36 1E 47 27 33
Octal 242 263 122 11 0 66 36 107 47 63
Binary 10100010 10110011 1010010 1001 0 110110 11110 1000111 100111 110011

Color Harmonies of #A2B352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B352

Black with #A2B352

Text Example


Text Example

White with #A2B352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B352; }

 p { color: rgb(162,179,82); }

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

background-color css

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

 a { background-color: rgb(162,179,82); }

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

border-color css

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

 span { border-color: rgb(162,179,82); }

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