#A9C2B5

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

Shades of Loblolly #A9C2B5

Tints of Loblolly #A9C2B5

Color information

#A9C2B5 (or 0xA9C2B5) is unknown color: approx Loblolly. HEX triplet: A9, C2 and B5. RGB value is (169,194,181). Sum of RGB (Red+Green+Blue) = 169+194+181=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2B5 is #563D4A. Grayscale: #B9B9B9. Windows color (decimal): -5651787 or 11911849. OLE color: 11911849.

HSL color Cylindrical-coordinate representation of color #A9C2B5: hue angle of 148.8º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A9C2B5 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB169194181-
CMYK0.1300.070.24
HSL148.8º17.01%71.18%-
HSV(B)148.8º12.89%76.08%-
XYZ43.9950.3551.12-
YUV185.04125.72116.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=31.07%
G=35.66%
B=33.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691941810.1300.070.24148.817.0171.18
HexA9C2B5D0718951147
Octal25130226515073022521107
Binary101010011100001010110101110101111100010010101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C2B5; }

 p { color: rgb(169,194,181); }

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

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

 a { background-color: rgb(169,194,181); }

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

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

 span { border-color: rgb(169,194,181); }

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