#A0B253

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

Shades of Green Smoke #A0B253

Tints of Green Smoke #A0B253

Color information

#A0B253 (or 0xA0B253) is unknown color: approx Green Smoke. HEX triplet: A0, B2 and 53. RGB value is (160,178,83). Sum of RGB (Red+Green+Blue) = 160+178+83=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 83 (32.81% from 255 or 19.71% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B253 is #5F4DAC. Grayscale: #A2A2A2. Windows color (decimal): -6245805 or 5485216. OLE color: 5485216.

HSL color Cylindrical-coordinate representation of color #A0B253: hue angle of 71.37º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0B253 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB16017883-
CMYK0.1000.530.30
HSL71.37º38.15%51.18%-
HSV(B)71.37º53.37%69.8%-
XYZ31.9839.9414.21-
YUV161.7983.54126.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 83 (32.81% from 255) = 19.71%
R=38.00%
G=42.28%
B=19.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160178830.1000.530.3071.3738.1551.18
HexA0B253A0351E472633
Octal24026212312065361074663
Binary1010000010110010101001110100110101111101000111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B253; }

 p { color: rgb(160,178,83); }

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

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

 a { background-color: rgb(160,178,83); }

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

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

 span { border-color: rgb(160,178,83); }

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