#A2B75A

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

Shades of Green Smoke #A2B75A

Tints of Green Smoke #A2B75A

Color information

#A2B75A (or 0xA2B75A) is unknown color: approx Green Smoke. HEX triplet: A2, B7 and 5A. RGB value is (162,183,90). Sum of RGB (Red+Green+Blue) = 162+183+90=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B75A is #5D48A5. Grayscale: #A6A6A6. Windows color (decimal): -6113446 or 5945250. OLE color: 5945250.

HSL color Cylindrical-coordinate representation of color #A2B75A: hue angle of 73.55º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2B75A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB16218390-
CMYK0.1100.510.28
HSL73.55º39.24%53.53%-
HSV(B)73.55º50.82%71.76%-
XYZ33.6842.2916.06-
YUV166.1285.04125.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=37.24%
G=42.07%
B=20.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162183900.1100.510.2873.5539.2453.53
HexA2B75AB0331C4a2736
Octal24226713213063341124766
Binary1010001010110111101101010110110011111001001010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B75A; }

 p { color: rgb(162,183,90); }

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

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

 a { background-color: rgb(162,183,90); }

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

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

 span { border-color: rgb(162,183,90); }

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