#ABC19A

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

Shades of Norway #ABC19A

Tints of Norway #ABC19A

Color information

#ABC19A (or 0xABC19A) is unknown color: approx Norway. HEX triplet: AB, C1 and 9A. RGB value is (171,193,154). Sum of RGB (Red+Green+Blue) = 171+193+154=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC19A is #543E65. Grayscale: #B6B6B6. Windows color (decimal): -5520998 or 10142123. OLE color: 10142123.

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

Color convert

RGB171193154-
CMYK0.1100.200.24
HSL93.85º23.93%68.04%-
HSV(B)93.85º20.21%75.69%-
XYZ41.749.1337.86-
YUV181.98112.21120.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=33.01%
G=37.26%
B=29.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931540.1100.200.2493.8523.9368.04
HexABC19AB014185e1844
Octal253301232130243013630104
Binary1010101111000001100110101011010100110001011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC19A; }

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

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

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

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

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

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

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

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