#A0B26A

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

Shades of Green Smoke #A0B26A

Tints of Green Smoke #A0B26A

Color information

#A0B26A (or 0xA0B26A) is unknown color: approx Green Smoke. HEX triplet: A0, B2 and 6A. RGB value is (160,178,106). Sum of RGB (Red+Green+Blue) = 160+178+106=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B26A is #5F4D95. Grayscale: #A4A4A4. Windows color (decimal): -6245782 or 6992544. OLE color: 6992544.

HSL color Cylindrical-coordinate representation of color #A0B26A: hue angle of 75º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0B26A is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB160178106-
CMYK0.1000.400.30
HSL75º31.86%55.69%-
HSV(B)75º40.45%69.8%-
XYZ33.0240.3519.68-
YUV164.4195.04124.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.04%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=36.04%
G=40.09%
B=23.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601781060.1000.400.307531.8655.69
HexA0B26AA0281E4b2038
Octal24026215212050361134070
Binary1010000010110010110101010100101000111101001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B26A; }

 p { color: rgb(160,178,106); }

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

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

 a { background-color: rgb(160,178,106); }

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

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

 span { border-color: rgb(160,178,106); }

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