#ABBBBB

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

Shades of Jungle Mist #ABBBBB

Tints of Jungle Mist #ABBBBB

Color information

#ABBBBB (or 0xABBBBB) is unknown color: approx Jungle Mist. HEX triplet: AB, BB and BB. RGB value is (171,187,187). Sum of RGB (Red+Green+Blue) = 171+187+187=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #ABBBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBBB is #544444. Grayscale: #B6B6B6. Windows color (decimal): -5522501 or 12303275. OLE color: 12303275.

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

Color convert

RGB171187187-
CMYK0.09000.27
HSL180º10.53%70.2%-
HSV(B)180º8.56%73.33%-
XYZ43.5347.7953.94-
YUV182.22130.7120-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 187 (73.44% from 255) = 34.31%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=31.38%
G=34.31%
B=34.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871870.09000.2718010.5370.2
HexABBBBB9001Bb4b46
Octal25327327311003326413106
Binary101010111011101110111011100100110111011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBBB; }

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

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

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

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

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

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

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

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