#ABBFB5

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

Shades of Loblolly #ABBFB5

Tints of Loblolly #ABBFB5

Color information

#ABBFB5 (or 0xABBFB5) is unknown color: approx Loblolly. HEX triplet: AB, BF and B5. RGB value is (171,191,181). Sum of RGB (Red+Green+Blue) = 171+191+181=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFB5 is #54404A. Grayscale: #B7B7B7. Windows color (decimal): -5521483 or 11911083. OLE color: 11911083.

HSL color Cylindrical-coordinate representation of color #ABBFB5: hue angle of 150º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFB5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB171191181-
CMYK0.1000.050.25
HSL150º13.51%70.98%-
HSV(B)150º10.47%74.9%-
XYZ43.7749.2650.92-
YUV183.88126.37118.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=31.49%
G=35.17%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911810.1000.050.2515013.5170.98
HexABBFB5A051996e47
Octal25327726512053122616107
Binary10101011101111111011010110100101110011001011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFB5; }

 p { color: rgb(171,191,181); }

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

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

 a { background-color: rgb(171,191,181); }

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

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

 span { border-color: rgb(171,191,181); }

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