#A0BEBA

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

Shades of Shadow Green #A0BEBA

Tints of Shadow Green #A0BEBA

Color information

#A0BEBA (or 0xA0BEBA) is unknown color: approx Shadow Green. HEX triplet: A0, BE and BA. RGB value is (160,190,186). Sum of RGB (Red+Green+Blue) = 160+190+186=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEBA is #5F4145. Grayscale: #B4B4B4. Windows color (decimal): -6242630 or 12238496. OLE color: 12238496.

HSL color Cylindrical-coordinate representation of color #A0BEBA: hue angle of 172º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEBA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB160190186-
CMYK0.1600.020.25
HSL172º18.75%68.63%-
HSV(B)172º15.79%74.51%-
XYZ41.7747.8553.49-
YUV180.57131.06113.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=29.85%
G=35.45%
B=34.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901860.1600.020.2517218.7568.63
HexA0BEBA100219ac1345
Octal24027627220023125423105
Binary101000001011111010111010100000101100110101100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEBA; }

 p { color: rgb(160,190,186); }

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

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

 a { background-color: rgb(160,190,186); }

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

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

 span { border-color: rgb(160,190,186); }

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