#A0B75B

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

Shades of Green Smoke #A0B75B

Tints of Green Smoke #A0B75B

Color information

#A0B75B (or 0xA0B75B) is unknown color: approx Green Smoke. HEX triplet: A0, B7 and 5B. RGB value is (160,183,91). Sum of RGB (Red+Green+Blue) = 160+183+91=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B75B is #5F48A4. Grayscale: #A5A5A5. Windows color (decimal): -6244517 or 6010784. OLE color: 6010784.

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

Color convert

RGB16018391-
CMYK0.1300.500.28
HSL75º38.98%53.73%-
HSV(B)75º50.27%71.76%-
XYZ33.3242.116.27-
YUV165.6485.88123.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 183 (71.88% from 255) = 42.17%
BLUE value IS 91 (35.94% from 255) = 20.97%
R=36.87%
G=42.17%
B=20.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160183910.1300.500.287538.9853.73
HexA0B75BD0321C4b2736
Octal24026713315062341134766
Binary1010000010110111101101111010110010111001001011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B75B; }

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

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

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

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

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

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

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

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