#A8B56F

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

Shades of Green Smoke #A8B56F

Tints of Green Smoke #A8B56F

Color information

#A8B56F (or 0xA8B56F) is unknown color: approx Green Smoke. HEX triplet: A8, B5 and 6F. RGB value is (168,181,111). Sum of RGB (Red+Green+Blue) = 168+181+111=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B56F is #574A90. Grayscale: #A9A9A9. Windows color (decimal): -5720721 or 7321000. OLE color: 7321000.

HSL color Cylindrical-coordinate representation of color #A8B56F: hue angle of 71.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8B56F is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB168181111-
CMYK0.0700.390.29
HSL71.14º32.11%57.25%-
HSV(B)71.14º38.67%70.98%-
XYZ35.5442.5221.37-
YUV169.1395.19127.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=36.52%
G=39.35%
B=24.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811110.0700.390.2971.1432.1157.25
HexA8B56F70271D472039
Octal2502651577047351074071
Binary101010001011010111011111110100111111011000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B56F; }

 p { color: rgb(168,181,111); }

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

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

 a { background-color: rgb(168,181,111); }

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

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

 span { border-color: rgb(168,181,111); }

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