#ACBFB4

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

Shades of Loblolly #ACBFB4

Tints of Loblolly #ACBFB4

Color information

#ACBFB4 (or 0xACBFB4) is unknown color: approx Loblolly. HEX triplet: AC, BF and B4. RGB value is (172,191,180). Sum of RGB (Red+Green+Blue) = 172+191+180=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFB4 is #53404B. Grayscale: #B8B8B8. Windows color (decimal): -5455948 or 11845548. OLE color: 11845548.

HSL color Cylindrical-coordinate representation of color #ACBFB4: hue angle of 145.26º 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 #ACBFB4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB172191180-
CMYK0.1000.060.25
HSL145.26º12.93%71.18%-
HSV(B)145.26º9.95%74.9%-
XYZ43.8849.3350.39-
YUV184.06125.71119.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=31.68%
G=35.17%
B=33.15%

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
Decimal1721911800.1000.060.25145.2612.9371.18
HexACBFB4A061991d47
Octal25427726412063122115107
Binary10101100101111111011010010100110110011001000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFB4; }

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

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

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

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

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

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

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

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