#ADC0B5

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

Shades of Loblolly #ADC0B5

Tints of Loblolly #ADC0B5

Color information

#ADC0B5 (or 0xADC0B5) is unknown color: approx Loblolly. HEX triplet: AD, C0 and B5. RGB value is (173,192,181). Sum of RGB (Red+Green+Blue) = 173+192+181=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0B5 is #523F4A. Grayscale: #B9B9B9. Windows color (decimal): -5390155 or 11911341. OLE color: 11911341.

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

Color convert

RGB173192181-
CMYK0.1000.060.25
HSL145.26º13.1%71.57%-
HSV(B)145.26º9.9%75.29%-
XYZ44.4249.9251.01-
YUV185.06125.71119.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 181 (71.09% from 255) = 33.15%
R=31.68%
G=35.16%
B=33.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921810.1000.060.25145.2613.171.57
HexADC0B5A061991d48
Octal25530026512063122115110
Binary10101101110000001011010110100110110011001000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0B5; }

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

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

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

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

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

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

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

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