#ADBEB3

Color #ADBEB3 Loblolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loblolly #ADBEB3

Tints of Loblolly #ADBEB3

Color information

#ADBEB3 (or 0xADBEB3) is unknown color: approx Loblolly. HEX triplet: AD, BE and B3. RGB value is (173,190,179). Sum of RGB (Red+Green+Blue) = 173+190+179=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEB3 is #52414C. Grayscale: #B7B7B7. Windows color (decimal): -5390669 or 11779757. OLE color: 11779757.

HSL color Cylindrical-coordinate representation of color #ADBEB3: hue angle of 141.18º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBEB3 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB173190179-
CMYK0.0900.060.25
HSL141.18º11.56%71.18%-
HSV(B)141.18º8.95%74.51%-
XYZ43.7848.9749.79-
YUV183.66125.37120.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 179 (70.31% from 255) = 33.03%
R=31.92%
G=35.06%
B=33.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901790.0900.060.25141.1811.5671.18
HexADBEB3906198dc47
Octal25527626311063121514107
Binary10101101101111101011001110010110110011000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEB3; }

 p { color: rgb(173,190,179); }

 H1.HeaderClassName
 {
   color: #ADBEB3;
 }
 .AnyTagClassName
 {
   color: #ADBEB3;
 }
</style>
background-color css

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

 a { background-color: rgb(173,190,179); }

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

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

 span { border-color: rgb(173,190,179); }

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