#A4BAB4

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

Shades of Shadow Green #A4BAB4

Tints of Shadow Green #A4BAB4

Color information

#A4BAB4 (or 0xA4BAB4) is unknown color: approx Shadow Green. HEX triplet: A4, BA and B4. RGB value is (164,186,180). Sum of RGB (Red+Green+Blue) = 164+186+180=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BAB4 is #5B454B. Grayscale: #B2B2B2. Windows color (decimal): -5981516 or 11844260. OLE color: 11844260.

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

Color convert

RGB164186180-
CMYK0.1200.030.27
HSL163.64º13.75%68.63%-
HSV(B)163.64º11.83%72.94%-
XYZ41.1146.3149.95-
YUV178.74128.71117.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=30.94%
G=35.09%
B=33.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861800.1200.030.27163.6413.7568.63
HexA4BAB4C031Ba4e45
Octal24427226414033324416105
Binary1010010010111010101101001100011110111010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAB4; }

 p { color: rgb(164,186,180); }

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

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

 a { background-color: rgb(164,186,180); }

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

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

 span { border-color: rgb(164,186,180); }

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