Html Css Color HEX #ADC2B5 Loblolly

📋 copy color: '#ADC2B5'

red 173 ◦ green 194 ◦ blue 181

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

Shades of Loblolly #ADC2B5

Tints of Loblolly #ADC2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 31.57%
G = 35.4%
B = 33.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#ADC2B5 (or 0xADC2B5) is known color: Loblolly. HEX triplet: AD, C2 and B5. RGB value is (173,194,181). Sum of RGB (Red+Green+Blue) = 173+194+181=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2B5 is #523D4A. Grayscale: #BABABA. Windows color (decimal): -5389643 or 11911853. OLE color: 11911853.

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

Color convert

RGB 173 194 181 -
CMYK 0.11 0 0.07 0.24
HSL 142.86º 0.15% 0.72% -
HSV(B) 142.86º 0.11% 0.76% -
XYZ 44.87 50.8 51.16 -
YUV 186.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 173 194 181 0.11 0 0.07 0.24 142.86 0.15 0.72
Hex AD C2 B5 B 0 7 18 8F F 48
Octal 255 302 265 13 0 7 30 217 17 110
Binary 10101101 11000010 10110101 1011 0 111 11000 10001111 1111 1001000

Color Harmonies of #ADC2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2B5

Black with #ADC2B5

Text Example


Text Example

White with #ADC2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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