#ACC4B9

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

Shades of Loblolly #ACC4B9

Tints of Loblolly #ACC4B9

Color information

#ACC4B9 (or 0xACC4B9) is unknown color: approx Loblolly. HEX triplet: AC, C4 and B9. RGB value is (172,196,185). Sum of RGB (Red+Green+Blue) = 172+196+185=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4B9 is #533B46. Grayscale: #BBBBBB. Windows color (decimal): -5454663 or 12174508. OLE color: 12174508.

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

Color convert

RGB172196185-
CMYK0.1200.060.23
HSL152.5º16.9%72.16%-
HSV(B)152.5º12.24%76.86%-
XYZ45.5151.7553.49-
YUV187.57126.55116.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=31.10%
G=35.44%
B=33.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961850.1200.060.23152.516.972.16
HexACC4B9C0617981148
Octal25430427114062723021110
Binary101011001100010010111001110001101011110011000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4B9; }

 p { color: rgb(172,196,185); }

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

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

 a { background-color: rgb(172,196,185); }

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

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

 span { border-color: rgb(172,196,185); }

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