#A8B360

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

Shades of Green Smoke #A8B360

Tints of Green Smoke #A8B360

Color information

#A8B360 (or 0xA8B360) is unknown color: approx Green Smoke. HEX triplet: A8, B3 and 60. RGB value is (168,179,96). Sum of RGB (Red+Green+Blue) = 168+179+96=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B360 is #574C9F. Grayscale: #A6A6A6. Windows color (decimal): -5721248 or 6337448. OLE color: 6337448.

HSL color Cylindrical-coordinate representation of color #A8B360: hue angle of 67.95º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8B360 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB16817996-
CMYK0.0600.460.30
HSL67.95º35.32%53.92%-
HSV(B)67.95º46.37%70.2%-
XYZ34.3841.4117.25-
YUV166.2588.36129.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=37.92%
G=40.41%
B=21.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168179960.0600.460.3067.9535.3253.92
HexA8B360602E1E442336
Octal2502631406056361044366
Binary101010001011001111000001100101110111101000100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B360; }

 p { color: rgb(168,179,96); }

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

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

 a { background-color: rgb(168,179,96); }

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

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

 span { border-color: rgb(168,179,96); }

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