#ADC1B5

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

Shades of Loblolly #ADC1B5

Tints of Loblolly #ADC1B5

Color information

#ADC1B5 (or 0xADC1B5) is unknown color: approx Loblolly. HEX triplet: AD, C1 and B5. RGB value is (173,193,181). Sum of RGB (Red+Green+Blue) = 173+193+181=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1B5 is #523E4A. Grayscale: #B9B9B9. Windows color (decimal): -5389899 or 11911597. OLE color: 11911597.

HSL color Cylindrical-coordinate representation of color #ADC1B5: hue angle of 144º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC1B5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB173193181-
CMYK0.1000.060.24
HSL144º13.89%71.76%-
HSV(B)144º10.36%75.69%-
XYZ44.6450.3651.08-
YUV185.65125.37118.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=31.63%
G=35.28%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931810.1000.060.2414413.8971.76
HexADC1B5A061890e48
Octal25530126512063022016110
Binary10101101110000011011010110100110110001001000011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC1B5; }

 p { color: rgb(173,193,181); }

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

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

 a { background-color: rgb(173,193,181); }

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

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

 span { border-color: rgb(173,193,181); }

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