#ABC094

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

Shades of Norway #ABC094

Tints of Norway #ABC094

Color information

#ABC094 (or 0xABC094) is unknown color: approx Norway. HEX triplet: AB, C0 and 94. RGB value is (171,192,148). Sum of RGB (Red+Green+Blue) = 171+192+148=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC094 is #543F6B. Grayscale: #B4B4B4. Windows color (decimal): -5521260 or 9748651. OLE color: 9748651.

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

Color convert

RGB171192148-
CMYK0.1100.230.25
HSL88.64º25.88%66.67%-
HSV(B)88.64º22.92%75.29%-
XYZ40.9948.535.22-
YUV180.7109.54121.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=33.46%
G=37.57%
B=28.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921480.1100.230.2588.6425.8866.67
HexABC094B01719591a43
Octal253300224130273113132103
Binary1010101111000000100101001011010111110011011001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC094; }

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

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

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

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

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

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

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

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