#ABBB9E

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

Shades of Norway #ABBB9E

Tints of Norway #ABBB9E

Color information

#ABBB9E (or 0xABBB9E) is unknown color: approx Norway. HEX triplet: AB, BB and 9E. RGB value is (171,187,158). Sum of RGB (Red+Green+Blue) = 171+187+158=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB9E is #544461. Grayscale: #B3B3B3. Windows color (decimal): -5522530 or 10402731. OLE color: 10402731.

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

Color convert

RGB171187158-
CMYK0.0900.160.27
HSL93.1º17.58%67.65%-
HSV(B)93.1º15.51%73.33%-
XYZ40.7446.6739.21-
YUV178.91116.2122.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=33.14%
G=36.24%
B=30.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871580.0900.160.2793.117.5867.65
HexABBB9E90101B5d1244
Octal253273236110203313522104
Binary1010101110111011100111101001010000110111011101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB9E; }

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

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

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

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

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

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

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

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