#A5C2B3

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

Shades of Loblolly #A5C2B3

Tints of Loblolly #A5C2B3

Color information

#A5C2B3 (or 0xA5C2B3) is unknown color: approx Loblolly. HEX triplet: A5, C2 and B3. RGB value is (165,194,179). Sum of RGB (Red+Green+Blue) = 165+194+179=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C2B3 is #5A3D4C. Grayscale: #B7B7B7. Windows color (decimal): -5913933 or 11780773. OLE color: 11780773.

HSL color Cylindrical-coordinate representation of color #A5C2B3: hue angle of 148.97º 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 #A5C2B3 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB165194179-
CMYK0.1500.080.24
HSL148.97º19.21%70.39%-
HSV(B)148.97º14.95%76.08%-
XYZ42.9549.8450-
YUV183.62125.39114.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=30.67%
G=36.06%
B=33.27%

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
Decimal1651941790.1500.080.24148.9719.2170.39
HexA5C2B3F0818951346
Octal245302263170103022523106
Binary1010010111000010101100111111010001100010010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C2B3; }

 p { color: rgb(165,194,179); }

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

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

 a { background-color: rgb(165,194,179); }

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

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

 span { border-color: rgb(165,194,179); }

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