#ABC18B

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

Shades of Norway #ABC18B

Tints of Norway #ABC18B

Color information

#ABC18B (or 0xABC18B) is unknown color: approx Norway. HEX triplet: AB, C1 and 8B. RGB value is (171,193,139). Sum of RGB (Red+Green+Blue) = 171+193+139=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC18B is #543E74. Grayscale: #B4B4B4. Windows color (decimal): -5521013 or 9159083. OLE color: 9159083.

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

Color convert

RGB171193139-
CMYK0.1100.280.24
HSL84.44º30.34%65.1%-
HSV(B)84.44º27.98%75.69%-
XYZ40.5248.6631.68-
YUV180.27104.71121.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=34.00%
G=38.37%
B=27.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931390.1100.280.2484.4430.3465.1
HexABC18BB01C18541e41
Octal253301213130343012436101
Binary1010101111000001100010111011011100110001010100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC18B; }

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

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

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

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

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

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

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

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