#ABC199

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

Shades of Norway #ABC199

Tints of Norway #ABC199

Color information

#ABC199 (or 0xABC199) is unknown color: approx Norway. HEX triplet: AB, C1 and 99. RGB value is (171,193,153). Sum of RGB (Red+Green+Blue) = 171+193+153=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC199 is #543E66. Grayscale: #B6B6B6. Windows color (decimal): -5520999 or 10076587. OLE color: 10076587.

HSL color Cylindrical-coordinate representation of color #ABC199: hue angle of 93º degrees, saturation: 0.24, 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 #ABC199 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB171193153-
CMYK0.1100.210.24
HSL93º24.39%67.84%-
HSV(B)93º20.73%75.69%-
XYZ41.6149.137.42-
YUV181.86111.71120.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=33.08%
G=37.33%
B=29.59%

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
Decimal1711931530.1100.210.249324.3967.84
HexABC199B015185d1844
Octal253301231130253013530104
Binary1010101111000001100110011011010101110001011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC199; }

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

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

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

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

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

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

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

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