#ACC4BA

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

Shades of Loblolly #ACC4BA

Tints of Loblolly #ACC4BA

Color information

#ACC4BA (or 0xACC4BA) is unknown color: approx Loblolly. HEX triplet: AC, C4 and BA. RGB value is (172,196,186). Sum of RGB (Red+Green+Blue) = 172+196+186=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4BA is #533B45. Grayscale: #BBBBBB. Windows color (decimal): -5454662 or 12240044. OLE color: 12240044.

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

Color convert

RGB172196186-
CMYK0.1200.050.23
HSL155º16.9%72.16%-
HSV(B)155º12.24%76.86%-
XYZ45.6251.854.05-
YUV187.68127.05116.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 196 (76.95% from 255) = 35.38%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=31.05%
G=35.38%
B=33.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961860.1200.050.2315516.972.16
HexACC4BAC05179b1148
Octal25430427214052723321110
Binary101011001100010010111010110001011011110011011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4BA; }

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

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

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

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

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

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

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

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