#ABC2B4

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

Shades of Loblolly #ABC2B4

Tints of Loblolly #ABC2B4

Color information

#ABC2B4 (or 0xABC2B4) is unknown color: approx Loblolly. HEX triplet: AB, C2 and B4. RGB value is (171,194,180). Sum of RGB (Red+Green+Blue) = 171+194+180=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2B4 is #543D4B. Grayscale: #B9B9B9. Windows color (decimal): -5520716 or 11846315. OLE color: 11846315.

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

Color convert

RGB171194180-
CMYK0.1200.070.24
HSL143.48º15.86%71.57%-
HSV(B)143.48º11.86%76.08%-
XYZ44.3250.5450.6-
YUV185.53124.88117.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=31.38%
G=35.60%
B=33.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941800.1200.070.24143.4815.8671.57
HexABC2B4C07188f1048
Octal25330226414073021720110
Binary101010111100001010110100110001111100010001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2B4; }

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

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

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

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

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

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

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

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