#ACC2B5

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

Shades of Loblolly #ACC2B5

Tints of Loblolly #ACC2B5

Color information

#ACC2B5 (or 0xACC2B5) is unknown color: approx Loblolly. HEX triplet: AC, C2 and B5. RGB value is (172,194,181). Sum of RGB (Red+Green+Blue) = 172+194+181=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2B5 is #533D4A. Grayscale: #B9B9B9. Windows color (decimal): -5455179 or 11911852. OLE color: 11911852.

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

Color convert

RGB172194181-
CMYK0.1100.070.24
HSL144.55º15.28%71.76%-
HSV(B)144.55º11.34%76.08%-
XYZ44.6550.6951.15-
YUV185.94125.21118.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=31.44%
G=35.47%
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
Decimal1721941810.1100.070.24144.5515.2871.76
HexACC2B5B071891f48
Octal25430226513073022117110
Binary10101100110000101011010110110111110001001000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2B5; }

 p { color: rgb(172,194,181); }

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

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

 a { background-color: rgb(172,194,181); }

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

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

 span { border-color: rgb(172,194,181); }

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