Html Css Color HEX #ADC0B4 Loblolly

📋 copy color: '#ADC0B4'

red 173 ◦ green 192 ◦ blue 180

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

Shades of Loblolly #ADC0B4

Tints of Loblolly #ADC0B4

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.7% from 255) = 33.03%

R = 31.74%
G = 35.23%
B = 33.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#ADC0B4 (or 0xADC0B4) is known color: 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

RGB 173 192 180 -
CMYK 0.10 0 0.06 0.25
HSL 142.11º 0.13% 0.72% -
HSV(B) 142.11º 0.1% 0.75% -
XYZ 44.32 49.88 50.47 -
YUV 184.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 173 192 180 0.10 0 0.06 0.25 142.11 0.13 0.72
Hex AD C0 B4 A 0 6 19 8E D 48
Octal 255 300 264 12 0 6 31 216 15 110
Binary 10101101 11000000 10110100 1010 0 110 11001 10001110 1101 1001000

Color Harmonies of #ADC0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC0B4

Black with #ADC0B4

Text Example


Text Example

White with #ADC0B4

Text Example


Text Example

HTML Codes & Css Web 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>