#ABB9B8

Color #ABB9B8 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ABB9B8

Tints of Jungle Mist #ABB9B8

Color information

#ABB9B8 (or 0xABB9B8) is unknown color: approx Jungle Mist. HEX triplet: AB, B9 and B8. RGB value is (171,185,184). Sum of RGB (Red+Green+Blue) = 171+185+184=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9B8 is #544647. Grayscale: #B4B4B4. Windows color (decimal): -5523016 or 12106155. OLE color: 12106155.

HSL color Cylindrical-coordinate representation of color #ABB9B8: hue angle of 175.71º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB9B8 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB171185184-
CMYK0.0800.010.27
HSL175.71º9.09%69.8%-
HSV(B)175.71º7.57%72.55%-
XYZ42.846.8252.13-
YUV180.7129.86121.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 184 (72.27% from 255) = 34.07%
R=31.67%
G=34.26%
B=34.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851840.0800.010.27175.719.0969.8
HexABB9B88011Bb0946
Octal25327127010013326011106
Binary101010111011100110111000100001110111011000010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9B8; }

 p { color: rgb(171,185,184); }

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

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

 a { background-color: rgb(171,185,184); }

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

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

 span { border-color: rgb(171,185,184); }

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