#A4C1B1

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

Shades of Loblolly #A4C1B1

Tints of Loblolly #A4C1B1

Color information

#A4C1B1 (or 0xA4C1B1) is unknown color: approx Loblolly. HEX triplet: A4, C1 and B1. RGB value is (164,193,177). Sum of RGB (Red+Green+Blue) = 164+193+177=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C1B1 is #5B3E4E. Grayscale: #B6B6B6. Windows color (decimal): -5979727 or 11649444. OLE color: 11649444.

HSL color Cylindrical-coordinate representation of color #A4C1B1: hue angle of 146.9º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C1B1 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB164193177-
CMYK0.1500.080.24
HSL146.9º18.95%70%-
HSV(B)146.9º15.03%75.69%-
XYZ42.3249.2148.86-
YUV182.5124.89114.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.71%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=30.71%
G=36.14%
B=33.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931770.1500.080.24146.918.9570
HexA4C1B1F0818931346
Octal244301261170103022323106
Binary1010010011000001101100011111010001100010010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1B1; }

 p { color: rgb(164,193,177); }

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

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

 a { background-color: rgb(164,193,177); }

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

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

 span { border-color: rgb(164,193,177); }

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