#ADC0B4

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

Shades of Loblolly #ADC0B4

Tints of Loblolly #ADC0B4

Color information

#ADC0B4 (or 0xADC0B4) is unknown color: approx Loblolly. HEX triplet: AD, C0 and B4. RGB value is (173,192,180). Sum of RGB (Red+Green+Blue) = 173+192+180=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0B4 is #523F4B. Grayscale: #B8B8B8. Windows color (decimal): -5390156 or 11845805. OLE color: 11845805.

HSL color Cylindrical-coordinate representation of color #ADC0B4: hue angle of 142.11º 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 #ADC0B4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB173192180-
CMYK0.1000.060.25
HSL142.11º13.1%71.57%-
HSV(B)142.11º9.9%75.29%-
XYZ44.3249.8850.47-
YUV184.95125.21119.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=31.74%
G=35.23%
B=33.03%

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
Decimal1731921800.1000.060.25142.1113.171.57
HexADC0B4A06198ed48
Octal25530026412063121615110
Binary10101101110000001011010010100110110011000111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0B4; }

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

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

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

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

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

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

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

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