#A0B15B

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

Shades of Green Smoke #A0B15B

Tints of Green Smoke #A0B15B

Color information

#A0B15B (or 0xA0B15B) is unknown color: approx Green Smoke. HEX triplet: A0, B1 and 5B. RGB value is (160,177,91). Sum of RGB (Red+Green+Blue) = 160+177+91=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B15B is #5F4EA4. Grayscale: #A2A2A2. Windows color (decimal): -6246053 or 6009248. OLE color: 6009248.

HSL color Cylindrical-coordinate representation of color #A0B15B: hue angle of 71.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0B15B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB16017791-
CMYK0.1000.490.31
HSL71.86º35.54%52.55%-
HSV(B)71.86º48.59%69.41%-
XYZ32.1139.6715.86-
YUV162.1187.87126.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=37.38%
G=41.36%
B=21.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160177910.1000.490.3171.8635.5452.55
HexA0B15BA0311F482435
Octal24026113312061371104465
Binary1010000010110001101101110100110001111111001000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B15B; }

 p { color: rgb(160,177,91); }

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

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

 a { background-color: rgb(160,177,91); }

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

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

 span { border-color: rgb(160,177,91); }

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