#a4b06c

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

Shades of Green Smoke #A4B06C

Tints of Green Smoke #A4B06C

Color information

#A4B06C (or 0xA4B06C) is unknown color: approx Green Smoke. HEX triplet: A4, B0 and 6C. RGB value is (164,176,108). Sum of RGB (Red+Green+Blue) = 164+176+108=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B06C is #5B4F93. Grayscale: #A4A4A4. Windows color (decimal): -5984148 or 7123108. OLE color: 7123108.

HSL color Cylindrical-coordinate representation of color #A4B06C: hue angle of 70.59º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4B06C is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB164176108-
CMYK0.0700.390.31
HSL70.59º30.09%55.69%-
HSV(B)70.59º38.64%69.02%-
XYZ33.5440.0320.15-
YUV164.6696.02127.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 108 (42.58% from 255) = 24.11%
R=36.61%
G=39.29%
B=24.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761080.0700.390.3170.5930.0955.69
HexA4B06C70271F471e38
Octal2442601547047371073670
Binary10100100101100001101100111010011111111100011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4b06c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4b06c; }

 p { color: rgb(164,176,108); }

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

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

 a { background-color: rgb(164,176,108); }

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

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

 span { border-color: rgb(164,176,108); }

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