#ABC98A

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

Shades of Norway #ABC98A

Tints of Norway #ABC98A

Color information

#ABC98A (or 0xABC98A) is unknown color: approx Norway. HEX triplet: AB, C9 and 8A. RGB value is (171,201,138). Sum of RGB (Red+Green+Blue) = 171+201+138=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC98A is #543675. Grayscale: #B9B9B9. Windows color (decimal): -5518966 or 9095595. OLE color: 9095595.

HSL color Cylindrical-coordinate representation of color #ABC98A: hue angle of 88.57º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC98A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB171201138-
CMYK0.1500.310.21
HSL88.57º36.84%66.47%-
HSV(B)88.57º31.34%78.82%-
XYZ42.2752.2731.91-
YUV184.85101.56118.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=33.53%
G=39.41%
B=27.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011380.1500.310.2188.5736.8466.47
HexABC98AF01F15592542
Octal253311212170372513145102
Binary10101011110010011000101011110111111010110110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC98A; }

 p { color: rgb(171,201,138); }

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

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

 a { background-color: rgb(171,201,138); }

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

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

 span { border-color: rgb(171,201,138); }

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