#ABBB91

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

Shades of Norway #ABBB91

Tints of Norway #ABBB91

Color information

#ABBB91 (or 0xABBB91) is unknown color: approx Norway. HEX triplet: AB, BB and 91. RGB value is (171,187,145). Sum of RGB (Red+Green+Blue) = 171+187+145=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB91 is #54446E. Grayscale: #B1B1B1. Windows color (decimal): -5522543 or 9550763. OLE color: 9550763.

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

Color convert

RGB171187145-
CMYK0.0900.220.27
HSL82.86º23.6%65.1%-
HSV(B)82.86º22.46%73.33%-
XYZ39.6846.2433.62-
YUV177.43109.7123.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 145 (57.03% from 255) = 28.83%
R=34.00%
G=37.18%
B=28.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871450.0900.220.2782.8623.665.1
HexABBB9190161B531841
Octal253273221110263312330101
Binary1010101110111011100100011001010110110111010011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB91; }

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

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

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

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

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

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

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

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