#ABC692

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

Shades of Norway #ABC692

Tints of Norway #ABC692

Color information

#ABC692 (or 0xABC692) is unknown color: approx Norway. HEX triplet: AB, C6 and 92. RGB value is (171,198,146). Sum of RGB (Red+Green+Blue) = 171+198+146=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC692 is #54396D. Grayscale: #B8B8B8. Windows color (decimal): -5519726 or 9619115. OLE color: 9619115.

HSL color Cylindrical-coordinate representation of color #ABC692: hue angle of 91.15º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC692 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB171198146-
CMYK0.1400.260.22
HSL91.15º31.33%67.45%-
HSV(B)91.15º26.26%77.65%-
XYZ42.1851.1234.84-
YUV184106.55118.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=33.20%
G=38.45%
B=28.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711981460.1400.260.2291.1531.3367.45
HexABC692E01A165b1f43
Octal253306222160322613337103
Binary1010101111000110100100101110011010101101011011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC692; }

 p { color: rgb(171,198,146); }

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

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

 a { background-color: rgb(171,198,146); }

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

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

 span { border-color: rgb(171,198,146); }

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