#ABC792

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

Shades of Norway #ABC792

Tints of Norway #ABC792

Color information

#ABC792 (or 0xABC792) is unknown color: approx Norway. HEX triplet: AB, C7 and 92. RGB value is (171,199,146). Sum of RGB (Red+Green+Blue) = 171+199+146=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC792 is #54386D. Grayscale: #B8B8B8. Windows color (decimal): -5519470 or 9619371. OLE color: 9619371.

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

Color convert

RGB171199146-
CMYK0.1400.270.22
HSL91.7º32.12%67.65%-
HSV(B)91.7º26.63%78.04%-
XYZ42.4151.5834.92-
YUV184.59106.22118.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=33.14%
G=38.57%
B=28.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991460.1400.270.2291.732.1267.65
HexABC792E01B165c2044
Octal253307222160332613440104
Binary10101011110001111001001011100110111011010111001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC792; }

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

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

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

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

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

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

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

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