#ABC0B3

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

Shades of Loblolly #ABC0B3

Tints of Loblolly #ABC0B3

Color information

#ABC0B3 (or 0xABC0B3) is unknown color: approx Loblolly. HEX triplet: AB, C0 and B3. RGB value is (171,192,179). Sum of RGB (Red+Green+Blue) = 171+192+179=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC0B3 is #543F4C. Grayscale: #B8B8B8. Windows color (decimal): -5521229 or 11780267. OLE color: 11780267.

HSL color Cylindrical-coordinate representation of color #ABC0B3: hue angle of 142.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0B3 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB171192179-
CMYK0.1100.070.25
HSL142.86º14.29%71.18%-
HSV(B)142.86º10.94%75.29%-
XYZ43.7849.6149.92-
YUV184.24125.04118.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=31.55%
G=35.42%
B=33.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921790.1100.070.25142.8614.2971.18
HexABC0B3B07198fe47
Octal25330026313073121716107
Binary10101011110000001011001110110111110011000111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0B3; }

 p { color: rgb(171,192,179); }

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

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

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

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

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

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

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