#ABBBB1

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

Shades of Loblolly #ABBBB1

Tints of Loblolly #ABBBB1

Color information

#ABBBB1 (or 0xABBBB1) is unknown color: approx Loblolly. HEX triplet: AB, BB and B1. RGB value is (171,187,177). Sum of RGB (Red+Green+Blue) = 171+187+177=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBB1 is #54444E. Grayscale: #B5B5B5. Windows color (decimal): -5522511 or 11647915. OLE color: 11647915.

HSL color Cylindrical-coordinate representation of color #ABBBB1: hue angle of 142.5º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBBB1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB171187177-
CMYK0.0900.050.27
HSL142.5º10.53%70.2%-
HSV(B)142.5º8.56%73.33%-
XYZ42.547.3748.5-
YUV181.08125.7120.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=31.96%
G=34.95%
B=33.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871770.0900.050.27142.510.5370.2
HexABBBB19051B8eb46
Octal25327326111053321613106
Binary10101011101110111011000110010101110111000111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBB1; }

 p { color: rgb(171,187,177); }

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

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

 a { background-color: rgb(171,187,177); }

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

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

 span { border-color: rgb(171,187,177); }

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