#A8B561

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

Shades of Green Smoke #A8B561

Tints of Green Smoke #A8B561

Color information

#A8B561 (or 0xA8B561) is unknown color: approx Green Smoke. HEX triplet: A8, B5 and 61. RGB value is (168,181,97). Sum of RGB (Red+Green+Blue) = 168+181+97=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B561 is #574A9E. Grayscale: #A7A7A7. Windows color (decimal): -5720735 or 6403496. OLE color: 6403496.

HSL color Cylindrical-coordinate representation of color #A8B561: hue angle of 69.29º 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 #A8B561 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB16818197-
CMYK0.0700.460.29
HSL69.29º36.21%54.51%-
HSV(B)69.29º46.41%70.98%-
XYZ34.8342.2417.63-
YUV167.5488.19128.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 97 (38.28% from 255) = 21.75%
R=37.67%
G=40.58%
B=21.75%

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
Decimal168181970.0700.460.2969.2936.2154.51
HexA8B561702E1D452437
Octal2502651417056351054467
Binary101010001011010111000011110101110111011000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B561; }

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

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

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

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

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

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

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

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