#A3BBB4

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

Shades of Shadow Green #A3BBB4

Tints of Shadow Green #A3BBB4

Color information

#A3BBB4 (or 0xA3BBB4) is unknown color: approx Shadow Green. HEX triplet: A3, BB and B4. RGB value is (163,187,180). Sum of RGB (Red+Green+Blue) = 163+187+180=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BBB4 is #5C444B. Grayscale: #B3B3B3. Windows color (decimal): -6046796 or 11844515. OLE color: 11844515.

HSL color Cylindrical-coordinate representation of color #A3BBB4: hue angle of 162.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3BBB4 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB163187180-
CMYK0.1300.040.27
HSL162.5º15%68.63%-
HSV(B)162.5º12.83%73.33%-
XYZ41.1146.6250.01-
YUV179.03128.55116.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.75%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=30.75%
G=35.28%
B=33.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631871800.1300.040.27162.51568.63
HexA3BBB4D041Ba2f45
Octal24327326415043324217105
Binary10100011101110111011010011010100110111010001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBB4; }

 p { color: rgb(163,187,180); }

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

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

 a { background-color: rgb(163,187,180); }

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

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

 span { border-color: rgb(163,187,180); }

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