#ABC294

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

Shades of Norway #ABC294

Tints of Norway #ABC294

Color information

#ABC294 (or 0xABC294) is unknown color: approx Norway. HEX triplet: AB, C2 and 94. RGB value is (171,194,148). Sum of RGB (Red+Green+Blue) = 171+194+148=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC294 is #543D6B. Grayscale: #B6B6B6. Windows color (decimal): -5520748 or 9749163. OLE color: 9749163.

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

Color convert

RGB171194148-
CMYK0.1200.240.24
HSL90º27.38%67.06%-
HSV(B)90º23.71%76.08%-
XYZ41.4349.3835.36-
YUV181.88108.88120.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=33.33%
G=37.82%
B=28.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941480.1200.240.249027.3867.06
HexABC294C018185a1b43
Octal253302224140303013233103
Binary1010101111000010100101001100011000110001011010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC294; }

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

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

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

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

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

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

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

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