#A8B470

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

Shades of Green Smoke #A8B470

Tints of Green Smoke #A8B470

Color information

#A8B470 (or 0xA8B470) is unknown color: approx Green Smoke. HEX triplet: A8, B4 and 70. RGB value is (168,180,112). Sum of RGB (Red+Green+Blue) = 168+180+112=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B470 is #574B8F. Grayscale: #A8A8A8. Windows color (decimal): -5720976 or 7386280. OLE color: 7386280.

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

Color convert

RGB168180112-
CMYK0.0700.380.29
HSL70.59º31.19%57.25%-
HSV(B)70.59º37.78%70.59%-
XYZ35.3942.1421.6-
YUV168.6696.02127.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=36.52%
G=39.13%
B=24.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681801120.0700.380.2970.5931.1957.25
HexA8B47070261D471f39
Octal2502641607046351073771
Binary10101000101101001110000111010011011101100011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B470; }

 p { color: rgb(168,180,112); }

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

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

 a { background-color: rgb(168,180,112); }

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

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

 span { border-color: rgb(168,180,112); }

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