#ABBE98

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

Shades of Norway #ABBE98

Tints of Norway #ABBE98

Color information

#ABBE98 (or 0xABBE98) is unknown color: approx Norway. HEX triplet: AB, BE and 98. RGB value is (171,190,152). Sum of RGB (Red+Green+Blue) = 171+190+152=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBE98 is #544167. Grayscale: #B4B4B4. Windows color (decimal): -5521768 or 10010283. OLE color: 10010283.

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

Color convert

RGB171190152-
CMYK0.1000.20.25
HSL90º22.62%67.06%-
HSV(B)90º20%74.51%-
XYZ40.8847.7536.77-
YUV179.99112.21121.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=33.33%
G=37.04%
B=29.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901520.1000.20.259022.6267.06
HexABBE98A014195a1743
Octal253276230120243113227103
Binary1010101110111110100110001010010100110011011010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBE98; }

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

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

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

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

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

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

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

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