#ABB9B9

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

Shades of Jungle Mist #ABB9B9

Tints of Jungle Mist #ABB9B9

Color information

#ABB9B9 (or 0xABB9B9) is unknown color: approx Jungle Mist. HEX triplet: AB, B9 and B9. RGB value is (171,185,185). Sum of RGB (Red+Green+Blue) = 171+185+185=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 185 - color contains mainly: green, blue. Hex color #ABB9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9B9 is #544646. Grayscale: #B4B4B4. Windows color (decimal): -5523015 or 12171691. OLE color: 12171691.

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

Color convert

RGB171185185-
CMYK0.08000.27
HSL180º9.09%69.8%-
HSV(B)180º7.57%72.55%-
XYZ42.946.8652.68-
YUV180.81130.36121-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=31.61%
G=34.20%
B=34.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851850.08000.271809.0969.8
HexABB9B98001Bb4946
Octal25327127110003326411106
Binary101010111011100110111001100000110111011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9B9; }

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

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

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

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

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

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

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

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