#A4B066

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

Shades of Green Smoke #A4B066

Tints of Green Smoke #A4B066

Color information

#A4B066 (or 0xA4B066) is unknown color: approx Green Smoke. HEX triplet: A4, B0 and 66. RGB value is (164,176,102). Sum of RGB (Red+Green+Blue) = 164+176+102=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B066 is #5B4F99. Grayscale: #A4A4A4. Windows color (decimal): -5984154 or 6729892. OLE color: 6729892.

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

Color convert

RGB164176102-
CMYK0.0700.420.31
HSL69.73º31.9%54.51%-
HSV(B)69.73º42.05%69.02%-
XYZ33.2339.918.52-
YUV163.9893.02128.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=37.10%
G=39.82%
B=23.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1641761020.0700.420.3169.7331.954.51
HexA4B066702A1F462037
Octal2442601467052371064067
Binary101001001011000011001101110101010111111000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B066; }

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

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

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

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

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

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

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

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