Html Css Color HEX #A2B456 Green Smoke

📋 copy color: '#A2B456'

red 162 ◦ green 180 ◦ blue 86

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

Shades of Green Smoke #A2B456

Tints of Green Smoke #A2B456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.09%

R = 37.85%
G = 42.06%
B = 20.09%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#A2B456 (or 0xA2B456) is known color: Green Smoke. HEX triplet: A2, B4 and 56. RGB value is (162,180,86). Sum of RGB (Red+Green+Blue) = 162+180+86=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B456 is #5D4BA9. Grayscale: #A4A4A4. Windows color (decimal): -6114218 or 5682338. OLE color: 5682338.

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

Color convert

RGB 162 180 86 -
CMYK 0.1 0 0.52 0.29
HSL 71.49º 0.39% 0.52% -
HSV(B) 71.49º 0.52% 0.71% -
XYZ 32.9 41 14.98 -
YUV 163.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 162 180 86 0.1 0 0.52 0.29 71.49 0.39 0.52
Hex A2 B4 56 A 0 34 1D 47 27 34
Octal 242 264 126 12 0 64 35 107 47 64
Binary 10100010 10110100 1010110 1010 0 110100 11101 1000111 100111 110100

Color Harmonies of #A2B456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B456

Black with #A2B456

Text Example


Text Example

White with #A2B456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B456; }

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

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

background-color css

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

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

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

border-color css

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

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

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