Html Css Color HEX #ADC2B6 Loblolly

📋 copy color: '#ADC2B6'

red 173 ◦ green 194 ◦ blue 182

#ADC2B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loblolly #ADC2B6

Tints of Loblolly #ADC2B6

RGB

 RED value IS 173 (67.97% from 255) = 31.51%

 GREEN value IS 194 (76.17% from 255) = 35.34%

 BLUE value IS 182 (71.48% from 255) = 33.15%

R = 31.51%
G = 35.34%
B = 33.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#ADC2B6 (or 0xADC2B6) is known color: Loblolly. HEX triplet: AD, C2 and B6. RGB value is (173,194,182). Sum of RGB (Red+Green+Blue) = 173+194+182=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2B6 is #523D49. Grayscale: #BABABA. Windows color (decimal): -5389642 or 11977389. OLE color: 11977389.

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

Color convert

RGB 173 194 182 -
CMYK 0.11 0 0.06 0.24
HSL 145.71º 0.15% 0.72% -
HSV(B) 145.71º 0.11% 0.76% -
XYZ 44.97 50.85 51.7 -
YUV 186.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 173 194 182 0.11 0 0.06 0.24 145.71 0.15 0.72
Hex AD C2 B6 B 0 6 18 92 F 48
Octal 255 302 266 13 0 6 30 222 17 110
Binary 10101101 11000010 10110110 1011 0 110 11000 10010010 1111 1001000

Color Harmonies of #ADC2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2B6

Black with #ADC2B6

Text Example


Text Example

White with #ADC2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2B6; }

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

 H1.HeaderClassName
 {
   color: #ADC2B6;
 }
 .AnyTagClassName
 {
   color: #ADC2B6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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