#ABC1B7

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

Shades of Loblolly #ABC1B7

Tints of Loblolly #ABC1B7

Color information

#ABC1B7 (or 0xABC1B7) is unknown color: approx Loblolly. HEX triplet: AB, C1 and B7. RGB value is (171,193,183). Sum of RGB (Red+Green+Blue) = 171+193+183=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1B7 is #543E48. Grayscale: #B9B9B9. Windows color (decimal): -5520969 or 12042667. OLE color: 12042667.

HSL color Cylindrical-coordinate representation of color #ABC1B7: hue angle of 152.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1B7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB171193183-
CMYK0.1100.050.24
HSL152.73º15.07%71.37%-
HSV(B)152.73º11.4%75.69%-
XYZ44.4150.2252.15-
YUV185.28126.71117.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=31.26%
G=35.28%
B=33.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931830.1100.050.24152.7315.0771.37
HexABC1B7B051899f47
Octal25330126713053023117107
Binary10101011110000011011011110110101110001001100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1B7; }

 p { color: rgb(171,193,183); }

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

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

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

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

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

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

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