#ACBDB2

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

Shades of Loblolly #ACBDB2

Tints of Loblolly #ACBDB2

Color information

#ACBDB2 (or 0xACBDB2) is unknown color: approx Loblolly. HEX triplet: AC, BD and B2. RGB value is (172,189,178). Sum of RGB (Red+Green+Blue) = 172+189+178=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDB2 is #53424D. Grayscale: #B6B6B6. Windows color (decimal): -5456462 or 11713964. OLE color: 11713964.

HSL color Cylindrical-coordinate representation of color #ACBDB2: hue angle of 141.18º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDB2 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB172189178-
CMYK0.0900.060.26
HSL141.18º11.41%70.78%-
HSV(B)141.18º8.99%74.12%-
XYZ43.2548.3849.18-
YUV182.66125.37120.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=31.91%
G=35.06%
B=33.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891780.0900.060.26141.1811.4170.78
HexACBDB29061A8db47
Octal25427526211063221513107
Binary10101100101111011011001010010110110101000110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDB2; }

 p { color: rgb(172,189,178); }

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

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

 a { background-color: rgb(172,189,178); }

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

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

 span { border-color: rgb(172,189,178); }

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