Html Css Color HEX #A2B164 Green Smoke

📋 copy color: '#A2B164'

red 162 ◦ green 177 ◦ blue 100

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

Shades of Green Smoke #A2B164

Tints of Green Smoke #A2B164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

 BLUE value IS 100 (39.45% from 255) = 22.78%

R = 36.9%
G = 40.32%
B = 22.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#A2B164 (or 0xA2B164) is known color: Green Smoke. HEX triplet: A2, B1 and 64. RGB value is (162,177,100). Sum of RGB (Red+Green+Blue) = 162+177+100=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B164 is #5D4E9B. Grayscale: #A4A4A4. Windows color (decimal): -6114972 or 6599074. OLE color: 6599074.

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

Color convert

RGB 162 177 100 -
CMYK 0.08 0 0.44 0.31
HSL 71.69º 0.33% 0.54% -
HSV(B) 71.69º 0.44% 0.69% -
XYZ 32.92 40.05 18.05 -
YUV 163.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 162 177 100 0.08 0 0.44 0.31 71.69 0.33 0.54
Hex A2 B1 64 8 0 2C 1F 48 21 36
Octal 242 261 144 10 0 54 37 110 41 66
Binary 10100010 10110001 1100100 1000 0 101100 11111 1001000 100001 110110

Color Harmonies of #A2B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B164

Black with #A2B164

Text Example


Text Example

White with #A2B164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B164; }

 p { color: rgb(162,177,100); }

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

background-color css

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

 a { background-color: rgb(162,177,100); }

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

border-color css

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

 span { border-color: rgb(162,177,100); }

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