#ACBFB3

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

Shades of Loblolly #ACBFB3

Tints of Loblolly #ACBFB3

Color information

#ACBFB3 (or 0xACBFB3) is unknown color: approx Loblolly. HEX triplet: AC, BF and B3. RGB value is (172,191,179). Sum of RGB (Red+Green+Blue) = 172+191+179=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFB3 is #53404C. Grayscale: #B7B7B7. Windows color (decimal): -5455949 or 11780012. OLE color: 11780012.

HSL color Cylindrical-coordinate representation of color #ACBFB3: hue angle of 142.11º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBFB3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB172191179-
CMYK0.1000.060.25
HSL142.11º12.93%71.18%-
HSV(B)142.11º9.95%74.9%-
XYZ43.7849.2949.85-
YUV183.95125.21119.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=31.73%
G=35.24%
B=33.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911790.1000.060.25142.1112.9371.18
HexACBFB3A06198ed47
Octal25427726312063121615107
Binary10101100101111111011001110100110110011000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFB3; }

 p { color: rgb(172,191,179); }

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

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

 a { background-color: rgb(172,191,179); }

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

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

 span { border-color: rgb(172,191,179); }

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