#ABC2B6

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

Shades of Loblolly #ABC2B6

Tints of Loblolly #ABC2B6

Color information

#ABC2B6 (or 0xABC2B6) is unknown color: approx Loblolly. HEX triplet: AB, C2 and B6. RGB value is (171,194,182). Sum of RGB (Red+Green+Blue) = 171+194+182=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2B6 is #543D49. Grayscale: #B9B9B9. Windows color (decimal): -5520714 or 11977387. OLE color: 11977387.

HSL color Cylindrical-coordinate representation of color #ABC2B6: hue angle of 148.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2B6 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB171194182-
CMYK0.1200.060.24
HSL148.7º15.86%71.57%-
HSV(B)148.7º11.86%76.08%-
XYZ44.5350.6251.68-
YUV185.76125.88117.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=31.26%
G=35.47%
B=33.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941820.1200.060.24148.715.8671.57
HexABC2B6C0618951048
Octal25330226614063022520110
Binary101010111100001010110110110001101100010010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2B6; }

 p { color: rgb(171,194,182); }

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

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

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

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

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

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

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