#ABC194

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

Shades of Norway #ABC194

Tints of Norway #ABC194

Color information

#ABC194 (or 0xABC194) is unknown color: approx Norway. HEX triplet: AB, C1 and 94. RGB value is (171,193,148). Sum of RGB (Red+Green+Blue) = 171+193+148=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC194 is #543E6B. Grayscale: #B5B5B5. Windows color (decimal): -5521004 or 9748907. OLE color: 9748907.

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

Color convert

RGB171193148-
CMYK0.1100.230.24
HSL89.33º26.63%66.86%-
HSV(B)89.33º23.32%75.69%-
XYZ41.2148.9435.29-
YUV181.29109.21120.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=33.40%
G=37.70%
B=28.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931480.1100.230.2489.3326.6366.86
HexABC194B01718591b43
Octal253301224130273013133103
Binary1010101111000001100101001011010111110001011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC194; }

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

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

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

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

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

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

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

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