#A0B65B

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

Shades of Green Smoke #A0B65B

Tints of Green Smoke #A0B65B

Color information

#A0B65B (or 0xA0B65B) is unknown color: approx Green Smoke. HEX triplet: A0, B6 and 5B. RGB value is (160,182,91). Sum of RGB (Red+Green+Blue) = 160+182+91=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B65B is #5F49A4. Grayscale: #A5A5A5. Windows color (decimal): -6244773 or 6010528. OLE color: 6010528.

HSL color Cylindrical-coordinate representation of color #A0B65B: hue angle of 74.51º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0B65B is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.29.

Color convert

RGB16018291-
CMYK0.1200.50.29
HSL74.51º38.4%53.53%-
HSV(B)74.51º50%71.37%-
XYZ33.1141.6816.2-
YUV165.0586.21124.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 91 (35.94% from 255) = 21.02%
R=36.95%
G=42.03%
B=21.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160182910.1200.50.2974.5138.453.53
HexA0B65BC0321D4b2636
Octal24026613314062351134666
Binary1010000010110110101101111000110010111011001011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B65B; }

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

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

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

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

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

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

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

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