#A4BBB4

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

Shades of Shadow Green #A4BBB4

Tints of Shadow Green #A4BBB4

Color information

#A4BBB4 (or 0xA4BBB4) is unknown color: approx Shadow Green. HEX triplet: A4, BB and B4. RGB value is (164,187,180). Sum of RGB (Red+Green+Blue) = 164+187+180=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBB4 is #5B444B. Grayscale: #B3B3B3. Windows color (decimal): -5981260 or 11844516. OLE color: 11844516.

HSL color Cylindrical-coordinate representation of color #A4BBB4: hue angle of 161.74º 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 #A4BBB4 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB164187180-
CMYK0.1200.040.27
HSL161.74º14.47%68.82%-
HSV(B)161.74º12.3%73.33%-
XYZ41.3246.7350.02-
YUV179.32128.38117.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=30.89%
G=35.22%
B=33.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871800.1200.040.27161.7414.4768.82
HexA4BBB4C041Ba2e45
Octal24427326414043324216105
Binary10100100101110111011010011000100110111010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBB4; }

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

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

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

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

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

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

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

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