#A8B562

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

Shades of Green Smoke #A8B562

Tints of Green Smoke #A8B562

Color information

#A8B562 (or 0xA8B562) is unknown color: approx Green Smoke. HEX triplet: A8, B5 and 62. RGB value is (168,181,98). Sum of RGB (Red+Green+Blue) = 168+181+98=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B562 is #574A9D. Grayscale: #A7A7A7. Windows color (decimal): -5720734 or 6469032. OLE color: 6469032.

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

Color convert

RGB16818198-
CMYK0.0700.460.29
HSL69.4º35.93%54.71%-
HSV(B)69.4º45.86%70.98%-
XYZ34.8842.2517.87-
YUV167.6588.69128.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 181 (71.09% from 255) = 40.49%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=37.58%
G=40.49%
B=21.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168181980.0700.460.2969.435.9354.71
HexA8B562702E1D452437
Octal2502651427056351054467
Binary101010001011010111000101110101110111011000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B562; }

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

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

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

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

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

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

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

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