#ACC3B9

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

Shades of Loblolly #ACC3B9

Tints of Loblolly #ACC3B9

Color information

#ACC3B9 (or 0xACC3B9) is unknown color: approx Loblolly. HEX triplet: AC, C3 and B9. RGB value is (172,195,185). Sum of RGB (Red+Green+Blue) = 172+195+185=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3B9 is #533C46. Grayscale: #BBBBBB. Windows color (decimal): -5454919 or 12174252. OLE color: 12174252.

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

Color convert

RGB172195185-
CMYK0.1200.050.24
HSL153.91º16.08%71.96%-
HSV(B)153.91º11.79%76.47%-
XYZ45.2951.353.41-
YUV186.98126.88117.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=31.16%
G=35.33%
B=33.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951850.1200.050.24153.9116.0871.96
HexACC3B9C05189a1048
Octal25430327114053023220110
Binary101011001100001110111001110001011100010011010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3B9; }

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

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

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

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

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

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

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

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