#ACC5B7

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

Shades of Loblolly #ACC5B7

Tints of Loblolly #ACC5B7

Color information

#ACC5B7 (or 0xACC5B7) is unknown color: approx Loblolly. HEX triplet: AC, C5 and B7. RGB value is (172,197,183). Sum of RGB (Red+Green+Blue) = 172+197+183=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5B7 is #533A48. Grayscale: #BBBBBB. Windows color (decimal): -5454409 or 12043692. OLE color: 12043692.

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

Color convert

RGB172197183-
CMYK0.1300.070.23
HSL146.4º17.73%72.35%-
HSV(B)146.4º12.69%77.25%-
XYZ45.5352.1252.46-
YUV187.93125.22116.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 197 (77.34% from 255) = 35.69%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=31.16%
G=35.69%
B=33.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971830.1300.070.23146.417.7372.35
HexACC5B7D0717921248
Octal25430526715072722222110
Binary101011001100010110110111110101111011110010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5B7; }

 p { color: rgb(172,197,183); }

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

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

 a { background-color: rgb(172,197,183); }

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

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

 span { border-color: rgb(172,197,183); }

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