#ABBE97

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

Shades of Norway #ABBE97

Tints of Norway #ABBE97

Color information

#ABBE97 (or 0xABBE97) is unknown color: approx Norway. HEX triplet: AB, BE and 97. RGB value is (171,190,151). Sum of RGB (Red+Green+Blue) = 171+190+151=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE97 is #544168. Grayscale: #B4B4B4. Windows color (decimal): -5521769 or 9944747. OLE color: 9944747.

HSL color Cylindrical-coordinate representation of color #ABBE97: hue angle of 89.23º degrees, saturation: 0.23, 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 #ABBE97 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB171190151-
CMYK0.1000.210.25
HSL89.23º23.08%66.86%-
HSV(B)89.23º20.53%74.51%-
XYZ40.7947.7236.34-
YUV179.87111.71121.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=33.40%
G=37.11%
B=29.49%

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
Decimal1711901510.1000.210.2589.2323.0866.86
HexABBE97A01519591743
Octal253276227120253113127103
Binary1010101110111110100101111010010101110011011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE97; }

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

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

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

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

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

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

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

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