#ADBEB4

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

Shades of Loblolly #ADBEB4

Tints of Loblolly #ADBEB4

Color information

#ADBEB4 (or 0xADBEB4) is unknown color: approx Loblolly. HEX triplet: AD, BE and B4. RGB value is (173,190,180). Sum of RGB (Red+Green+Blue) = 173+190+180=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEB4 is #52414B. Grayscale: #B7B7B7. Windows color (decimal): -5390668 or 11845293. OLE color: 11845293.

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

Color convert

RGB173190180-
CMYK0.0900.050.25
HSL144.71º11.56%71.18%-
HSV(B)144.71º8.95%74.51%-
XYZ43.8949.0150.33-
YUV183.78125.87120.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=31.86%
G=34.99%
B=33.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901800.0900.050.25144.7111.5671.18
HexADBEB49051991c47
Octal25527626411053122114107
Binary10101101101111101011010010010101110011001000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEB4; }

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

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

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

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

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

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

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

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