#A4BA61

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

Shades of Green Smoke #A4BA61

Tints of Green Smoke #A4BA61

Color information

#A4BA61 (or 0xA4BA61) is unknown color: approx Green Smoke. HEX triplet: A4, BA and 61. RGB value is (164,186,97). Sum of RGB (Red+Green+Blue) = 164+186+97=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA61 is #5B459E. Grayscale: #A9A9A9. Windows color (decimal): -5981599 or 6404772. OLE color: 6404772.

HSL color Cylindrical-coordinate representation of color #A4BA61: hue angle of 74.83º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4BA61 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB16418697-
CMYK0.1200.480.27
HSL74.83º39.21%55.49%-
HSV(B)74.83º47.85%72.94%-
XYZ35.0343.8717.93-
YUV169.2887.21124.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=36.69%
G=41.61%
B=21.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164186970.1200.480.2774.8339.2155.49
HexA4BA61C0301B4b2737
Octal24427214114060331134767
Binary1010010010111010110000111000110000110111001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA61; }

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

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

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

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

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

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

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

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