Html Css Color HEX #A2B260 Green Smoke

📋 copy color: '#A2B260'

red 162 ◦ green 178 ◦ blue 96

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

Shades of Green Smoke #A2B260

Tints of Green Smoke #A2B260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 37.16%
G = 40.83%
B = 22.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#A2B260 (or 0xA2B260) is known color: Green Smoke. HEX triplet: A2, B2 and 60. RGB value is (162,178,96). Sum of RGB (Red+Green+Blue) = 162+178+96=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B260 is #5D4D9F. Grayscale: #A4A4A4. Windows color (decimal): -6114720 or 6337186. OLE color: 6337186.

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

Color convert

RGB 162 178 96 -
CMYK 0.09 0 0.46 0.30
HSL 71.71º 0.35% 0.54% -
HSV(B) 71.71º 0.46% 0.7% -
XYZ 32.93 40.37 17.12 -
YUV 163.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 162 178 96 0.09 0 0.46 0.30 71.71 0.35 0.54
Hex A2 B2 60 9 0 2E 1E 48 23 36
Octal 242 262 140 11 0 56 36 110 43 66
Binary 10100010 10110010 1100000 1001 0 101110 11110 1001000 100011 110110

Color Harmonies of #A2B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B260

Black with #A2B260

Text Example


Text Example

White with #A2B260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B260; }

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

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

background-color css

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

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

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

border-color css

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

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

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