Html Css Color HEX #ADC2B9 Loblolly

📋 copy color: '#ADC2B9'

red 173 ◦ green 194 ◦ blue 185

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

Shades of Loblolly #ADC2B9

Tints of Loblolly #ADC2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.51%

R = 31.34%
G = 35.14%
B = 33.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#ADC2B9 (or 0xADC2B9) is known color: Loblolly. HEX triplet: AD, C2 and B9. RGB value is (173,194,185). Sum of RGB (Red+Green+Blue) = 173+194+185=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2B9 is #523D46. Grayscale: #BABABA. Windows color (decimal): -5389639 or 12173997. OLE color: 12173997.

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

Color convert

RGB 173 194 185 -
CMYK 0.11 0 0.05 0.24
HSL 154.29º 0.15% 0.72% -
HSV(B) 154.29º 0.11% 0.76% -
XYZ 45.28 50.97 53.35 -
YUV 186.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 173 194 185 0.11 0 0.05 0.24 154.29 0.15 0.72
Hex AD C2 B9 B 0 5 18 9A F 48
Octal 255 302 271 13 0 5 30 232 17 110
Binary 10101101 11000010 10111001 1011 0 101 11000 10011010 1111 1001000

Color Harmonies of #ADC2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2B9

Black with #ADC2B9

Text Example


Text Example

White with #ADC2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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