#ABBE96

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

Shades of Norway #ABBE96

Tints of Norway #ABBE96

Color information

#ABBE96 (or 0xABBE96) is unknown color: approx Norway. HEX triplet: AB, BE and 96. RGB value is (171,190,150). Sum of RGB (Red+Green+Blue) = 171+190+150=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE96 is #544169. Grayscale: #B3B3B3. Windows color (decimal): -5521770 or 9879211. OLE color: 9879211.

HSL color Cylindrical-coordinate representation of color #ABBE96: hue angle of 88.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABBE96 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB171190150-
CMYK0.1000.210.25
HSL88.5º23.53%66.67%-
HSV(B)88.5º21.05%74.51%-
XYZ40.7147.6935.91-
YUV179.76111.21121.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=33.46%
G=37.18%
B=29.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901500.1000.210.2588.523.5366.67
HexABBE96A01519581843
Octal253276226120253113030103
Binary1010101110111110100101101010010101110011011000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE96; }

 p { color: rgb(171,190,150); }

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

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

 a { background-color: rgb(171,190,150); }

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

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

 span { border-color: rgb(171,190,150); }

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