#ABC297

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

Shades of Norway #ABC297

Tints of Norway #ABC297

Color information

#ABC297 (or 0xABC297) is unknown color: approx Norway. HEX triplet: AB, C2 and 97. RGB value is (171,194,151). Sum of RGB (Red+Green+Blue) = 171+194+151=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC297 is #543D68. Grayscale: #B6B6B6. Windows color (decimal): -5520745 or 9945771. OLE color: 9945771.

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

Color convert

RGB171194151-
CMYK0.1200.220.24
HSL92.09º26.06%67.65%-
HSV(B)92.09º22.16%76.08%-
XYZ41.6749.4836.63-
YUV182.22110.38120-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=33.14%
G=37.60%
B=29.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941510.1200.220.2492.0926.0667.65
HexABC297C016185c1a44
Octal253302227140263013432104
Binary1010101111000010100101111100010110110001011100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC297; }

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

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

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

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

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

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

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

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