#ABB98F

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

Shades of Norway #ABB98F

Tints of Norway #ABB98F

Color information

#ABB98F (or 0xABB98F) is unknown color: approx Norway. HEX triplet: AB, B9 and 8F. RGB value is (171,185,143). Sum of RGB (Red+Green+Blue) = 171+185+143=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB98F is #544670. Grayscale: #B0B0B0. Windows color (decimal): -5523057 or 9419179. OLE color: 9419179.

HSL color Cylindrical-coordinate representation of color #ABB98F: hue angle of 80º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABB98F is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB171185143-
CMYK0.0800.230.27
HSL80º23.08%64.31%-
HSV(B)80º22.7%72.55%-
XYZ39.145.3432.68-
YUV176.03109.36124.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 143 (56.25% from 255) = 28.66%
R=34.27%
G=37.07%
B=28.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851430.0800.230.278023.0864.31
HexABB98F80171B501740
Octal253271217100273312027100
Binary1010101110111001100011111000010111110111010000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB98F; }

 p { color: rgb(171,185,143); }

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

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

 a { background-color: rgb(171,185,143); }

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

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

 span { border-color: rgb(171,185,143); }

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