#A0B763

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

Shades of Green Smoke #A0B763

Tints of Green Smoke #A0B763

Color information

#A0B763 (or 0xA0B763) is unknown color: approx Green Smoke. HEX triplet: A0, B7 and 63. RGB value is (160,183,99). Sum of RGB (Red+Green+Blue) = 160+183+99=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B763 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B763 is #5F489C. Grayscale: #A6A6A6. Windows color (decimal): -6244509 or 6535072. OLE color: 6535072.

HSL color Cylindrical-coordinate representation of color #A0B763: hue angle of 76.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0B763 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB16018399-
CMYK0.1300.460.28
HSL76.43º36.84%55.29%-
HSV(B)76.43º45.9%71.76%-
XYZ33.6842.2418.18-
YUV166.5589.88123.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.20%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=36.20%
G=41.40%
B=22.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160183990.1300.460.2876.4336.8455.29
HexA0B763D02E1C4c2537
Octal24026714315056341144567
Binary1010000010110111110001111010101110111001001100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B763; }

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

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

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

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

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

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

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

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