#A0BB5E

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

Shades of Green Smoke #A0BB5E

Tints of Green Smoke #A0BB5E

Color information

#A0BB5E (or 0xA0BB5E) is unknown color: approx Green Smoke. HEX triplet: A0, BB and 5E. RGB value is (160,187,94). Sum of RGB (Red+Green+Blue) = 160+187+94=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BB5E is #5F44A1. Grayscale: #A8A8A8. Windows color (decimal): -6243490 or 6208416. OLE color: 6208416.

HSL color Cylindrical-coordinate representation of color #A0BB5E: hue angle of 77.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0BB5E is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB16018794-
CMYK0.1400.500.27
HSL77.42º40.61%55.1%-
HSV(B)77.42º49.73%73.33%-
XYZ34.2943.8217.24-
YUV168.3286.05122.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=36.28%
G=42.40%
B=21.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160187940.1400.500.2777.4240.6155.1
HexA0BB5EE0321B4d2937
Octal24027313616062331155167
Binary1010000010111011101111011100110010110111001101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BB5E; }

 p { color: rgb(160,187,94); }

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

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

 a { background-color: rgb(160,187,94); }

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

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

 span { border-color: rgb(160,187,94); }

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