#A4B561

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

Shades of Green Smoke #A4B561

Tints of Green Smoke #A4B561

Color information

#A4B561 (or 0xA4B561) is unknown color: approx Green Smoke. HEX triplet: A4, B5 and 61. RGB value is (164,181,97). Sum of RGB (Red+Green+Blue) = 164+181+97=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B561 is #5B4A9E. Grayscale: #A6A6A6. Windows color (decimal): -5982879 or 6403492. OLE color: 6403492.

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

Color convert

RGB16418197-
CMYK0.0900.460.29
HSL72.14º36.21%54.51%-
HSV(B)72.14º46.41%70.98%-
XYZ33.9941.817.59-
YUV166.3488.87126.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=37.10%
G=40.95%
B=21.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164181970.0900.460.2972.1436.2154.51
HexA4B561902E1D482437
Octal24426514111056351104467
Binary1010010010110101110000110010101110111011001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B561; }

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

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

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

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

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

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

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

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