#ACBFB5

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

Shades of Loblolly #ACBFB5

Tints of Loblolly #ACBFB5

Color information

#ACBFB5 (or 0xACBFB5) is unknown color: approx Loblolly. HEX triplet: AC, BF and B5. RGB value is (172,191,181). Sum of RGB (Red+Green+Blue) = 172+191+181=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFB5 is #53404A. Grayscale: #B8B8B8. Windows color (decimal): -5455947 or 11911084. OLE color: 11911084.

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

Color convert

RGB172191181-
CMYK0.1000.050.25
HSL148.42º12.93%71.18%-
HSV(B)148.42º9.95%74.9%-
XYZ43.9849.3750.93-
YUV184.18126.21119.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=31.62%
G=35.11%
B=33.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911810.1000.050.25148.4212.9371.18
HexACBFB5A051994d47
Octal25427726512053122415107
Binary10101100101111111011010110100101110011001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFB5; }

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

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

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

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

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

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

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

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