#A1B269

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

Shades of Green Smoke #A1B269

Tints of Green Smoke #A1B269

Color information

#A1B269 (or 0xA1B269) is unknown color: approx Green Smoke. HEX triplet: A1, B2 and 69. RGB value is (161,178,105). Sum of RGB (Red+Green+Blue) = 161+178+105=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B269 is #5E4D96. Grayscale: #A4A4A4. Windows color (decimal): -6180247 or 6927009. OLE color: 6927009.

HSL color Cylindrical-coordinate representation of color #A1B269: hue angle of 73.97º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1B269 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB161178105-
CMYK0.1000.410.30
HSL73.97º32.16%55.49%-
HSV(B)73.97º41.01%69.8%-
XYZ33.1740.4419.42-
YUV164.694.37125.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=36.26%
G=40.09%
B=23.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781050.1000.410.3073.9732.1655.49
HexA1B269A0291E4a2037
Octal24126215112051361124067
Binary1010000110110010110100110100101001111101001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B269; }

 p { color: rgb(161,178,105); }

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

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

 a { background-color: rgb(161,178,105); }

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

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

 span { border-color: rgb(161,178,105); }

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