#ABC198

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

Shades of Norway #ABC198

Tints of Norway #ABC198

Color information

#ABC198 (or 0xABC198) is unknown color: approx Norway. HEX triplet: AB, C1 and 98. RGB value is (171,193,152). Sum of RGB (Red+Green+Blue) = 171+193+152=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC198 is #543E67. Grayscale: #B5B5B5. Windows color (decimal): -5521000 or 10011051. OLE color: 10011051.

HSL color Cylindrical-coordinate representation of color #ABC198: hue angle of 92.2º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC198 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB171193152-
CMYK0.1100.210.24
HSL92.2º24.85%67.65%-
HSV(B)92.2º21.24%75.69%-
XYZ41.5349.0636.99-
YUV181.75111.21120.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=33.14%
G=37.40%
B=29.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931520.1100.210.2492.224.8567.65
HexABC198B015185c1944
Octal253301230130253013431104
Binary1010101111000001100110001011010101110001011100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC198; }

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

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

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

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

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

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

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

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