#ABC296

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

Shades of Norway #ABC296

Tints of Norway #ABC296

Color information

#ABC296 (or 0xABC296) is unknown color: approx Norway. HEX triplet: AB, C2 and 96. RGB value is (171,194,150). Sum of RGB (Red+Green+Blue) = 171+194+150=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC296 is #543D69. Grayscale: #B6B6B6. Windows color (decimal): -5520746 or 9880235. OLE color: 9880235.

HSL color Cylindrical-coordinate representation of color #ABC296: hue angle of 91.36º 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 #ABC296 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB171194150-
CMYK0.1200.230.24
HSL91.36º26.51%67.45%-
HSV(B)91.36º22.68%76.08%-
XYZ41.5949.4436.21-
YUV182.11109.88120.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=33.20%
G=37.67%
B=29.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941500.1200.230.2491.3626.5167.45
HexABC296C017185b1b43
Octal253302226140273013333103
Binary1010101111000010100101101100010111110001011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC296; }

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

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

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

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

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

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

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

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