#A2B256

Color #A2B256 Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #A2B256

Tints of Green Smoke #A2B256

Color information

#A2B256 (or 0xA2B256) is unknown color: approx Green Smoke. HEX triplet: A2, B2 and 56. RGB value is (162,178,86). Sum of RGB (Red+Green+Blue) = 162+178+86=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B256 is #5D4DA9. Grayscale: #A3A3A3. Windows color (decimal): -6114730 or 5681826. OLE color: 5681826.

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

Color convert

RGB16217886-
CMYK0.0900.520.30
HSL70.43º37.4%51.76%-
HSV(B)70.43º51.69%69.8%-
XYZ32.540.1914.85-
YUV162.7384.7127.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 178 (69.92% from 255) = 41.78%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=38.03%
G=41.78%
B=20.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162178860.0900.520.3070.4337.451.76
HexA2B25690341E462534
Octal24226212611064361064564
Binary1010001010110010101011010010110100111101000110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B256; }

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

 H1.HeaderClassName
 {
   color: #A2B256;
 }
 .AnyTagClassName
 {
   color: #A2B256;
 }
</style>
background-color css

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

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

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

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

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

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