#ABC98F

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

Shades of Norway #ABC98F

Tints of Norway #ABC98F

Color information

#ABC98F (or 0xABC98F) is unknown color: approx Norway. HEX triplet: AB, C9 and 8F. RGB value is (171,201,143). Sum of RGB (Red+Green+Blue) = 171+201+143=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC98F is #543670. Grayscale: #B9B9B9. Windows color (decimal): -5518961 or 9423275. OLE color: 9423275.

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

Color convert

RGB171201143-
CMYK0.1500.290.21
HSL91.03º34.94%67.45%-
HSV(B)91.03º28.86%78.82%-
XYZ42.6452.4133.86-
YUV185.42104.06117.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 201 (78.91% from 255) = 39.03%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=33.20%
G=39.03%
B=27.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011430.1500.290.2191.0334.9467.45
HexABC98FF01D155b2343
Octal253311217170352513343103
Binary10101011110010011000111111110111011010110110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC98F; }

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

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

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

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

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

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

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

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