#ABC1B4

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

Shades of Loblolly #ABC1B4

Tints of Loblolly #ABC1B4

Color information

#ABC1B4 (or 0xABC1B4) is unknown color: approx Loblolly. HEX triplet: AB, C1 and B4. RGB value is (171,193,180). Sum of RGB (Red+Green+Blue) = 171+193+180=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1B4 is #543E4B. Grayscale: #B8B8B8. Windows color (decimal): -5520972 or 11846059. OLE color: 11846059.

HSL color Cylindrical-coordinate representation of color #ABC1B4: hue angle of 144.55º 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 #ABC1B4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB171193180-
CMYK0.1100.070.24
HSL144.55º15.07%71.37%-
HSV(B)144.55º11.4%75.69%-
XYZ44.150.0950.52-
YUV184.94125.21118.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 180 (70.70% from 255) = 33.09%
R=31.43%
G=35.48%
B=33.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931800.1100.070.24144.5515.0771.37
HexABC1B4B071891f47
Octal25330126413073022117107
Binary10101011110000011011010010110111110001001000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1B4; }

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

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

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

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

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

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

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

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