Html Css Color HEX #A2B26C Green Smoke

📋 copy color: '#A2B26C'

red 162 ◦ green 178 ◦ blue 108

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

Shades of Green Smoke #A2B26C

Tints of Green Smoke #A2B26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 36.16%
G = 39.73%
B = 24.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#A2B26C (or 0xA2B26C) is known color: Green Smoke. HEX triplet: A2, B2 and 6C. RGB value is (162,178,108). Sum of RGB (Red+Green+Blue) = 162+178+108=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B26C is #5D4D93. Grayscale: #A5A5A5. Windows color (decimal): -6114708 or 7123618. OLE color: 7123618.

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

Color convert

RGB 162 178 108 -
CMYK 0.09 0 0.39 0.30
HSL 73.71º 0.31% 0.56% -
HSV(B) 73.71º 0.39% 0.7% -
XYZ 33.53 40.6 20.26 -
YUV 165.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 162 178 108 0.09 0 0.39 0.30 73.71 0.31 0.56
Hex A2 B2 6C 9 0 27 1E 4A 1F 38
Octal 242 262 154 11 0 47 36 112 37 70
Binary 10100010 10110010 1101100 1001 0 100111 11110 1001010 11111 111000

Color Harmonies of #A2B26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B26C

Black with #A2B26C

Text Example


Text Example

White with #A2B26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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