Html Css Color HEX #ADB8B2 Loblolly

📋 copy color: '#ADB8B2'

red 173 ◦ green 184 ◦ blue 178

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

Shades of Loblolly #ADB8B2

Tints of Loblolly #ADB8B2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.39%

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 32.34%
G = 34.39%
B = 33.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#ADB8B2 (or 0xADB8B2) is known color: Loblolly. HEX triplet: AD, B8 and B2. RGB value is (173,184,178). Sum of RGB (Red+Green+Blue) = 173+184+178=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB8B2 is #52474D. Grayscale: #B4B4B4. Windows color (decimal): -5392206 or 11712685. OLE color: 11712685.

HSL color Cylindrical-coordinate representation of color #ADB8B2: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADB8B2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 178 -
CMYK 0.06 0 0.03 0.28
HSL 147.27º 0.07% 0.7% -
HSV(B) 147.27º 0.06% 0.72% -
XYZ 42.41 46.38 48.84 -
YUV 180.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 173 184 178 0.06 0 0.03 0.28 147.27 0.07 0.7
Hex AD B8 B2 6 0 3 1C 93 7 46
Octal 255 270 262 6 0 3 34 223 7 106
Binary 10101101 10111000 10110010 110 0 11 11100 10010011 111 1000110

Color Harmonies of #ADB8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8B2

Black with #ADB8B2

Text Example


Text Example

White with #ADB8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8B2; }

 p { color: rgb(173,184,178); }

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

background-color css

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

 a { background-color: rgb(173,184,178); }

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

border-color css

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

 span { border-color: rgb(173,184,178); }

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