#ADC2B9

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

Shades of Loblolly #ADC2B9

Tints of Loblolly #ADC2B9

Color information

#ADC2B9 (or 0xADC2B9) is unknown color: approx Loblolly. HEX triplet: AD, C2 and B9. RGB value is (173,194,185). Sum of RGB (Red+Green+Blue) = 173+194+185=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2B9 is #523D46. Grayscale: #BABABA. Windows color (decimal): -5389639 or 12173997. OLE color: 12173997.

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

Color convert

RGB173194185-
CMYK0.1100.050.24
HSL154.29º14.69%71.96%-
HSV(B)154.29º10.82%76.08%-
XYZ45.2850.9753.35-
YUV186.7127.04118.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 194 (76.17% from 255) = 35.14%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=31.34%
G=35.14%
B=33.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941850.1100.050.24154.2914.6971.96
HexADC2B9B05189af48
Octal25530227113053023217110
Binary10101101110000101011100110110101110001001101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2B9; }

 p { color: rgb(173,194,185); }

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

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

 a { background-color: rgb(173,194,185); }

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

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

 span { border-color: rgb(173,194,185); }

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