#ABC493

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

Shades of Norway #ABC493

Tints of Norway #ABC493

Color information

#ABC493 (or 0xABC493) is unknown color: approx Norway. HEX triplet: AB, C4 and 93. RGB value is (171,196,147). Sum of RGB (Red+Green+Blue) = 171+196+147=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC493 is #543B6C. Grayscale: #B7B7B7. Windows color (decimal): -5520237 or 9684139. OLE color: 9684139.

HSL color Cylindrical-coordinate representation of color #ABC493: hue angle of 90.61º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABC493 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB171196147-
CMYK0.1300.250.23
HSL90.61º29.34%67.25%-
HSV(B)90.61º25%76.86%-
XYZ41.850.2435.1-
YUV182.94107.72119.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=33.27%
G=38.13%
B=28.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961470.1300.250.2390.6129.3467.25
HexABC493D019175b1d43
Octal253304223150312713335103
Binary1010101111000100100100111101011001101111011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC493; }

 p { color: rgb(171,196,147); }

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

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

 a { background-color: rgb(171,196,147); }

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

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

 span { border-color: rgb(171,196,147); }

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