#ABC48D

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

Shades of Norway #ABC48D

Tints of Norway #ABC48D

Color information

#ABC48D (or 0xABC48D) is unknown color: approx Norway. HEX triplet: AB, C4 and 8D. RGB value is (171,196,141). Sum of RGB (Red+Green+Blue) = 171+196+141=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC48D is #543B72. Grayscale: #B6B6B6. Windows color (decimal): -5520243 or 9290923. OLE color: 9290923.

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

Color convert

RGB171196141-
CMYK0.1300.280.23
HSL87.27º31.79%66.08%-
HSV(B)87.27º28.06%76.86%-
XYZ41.3450.0632.68-
YUV182.26104.72119.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=33.66%
G=38.58%
B=27.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961410.1300.280.2387.2731.7966.08
HexABC48DD01C17572042
Octal253304215150342712740102
Binary10101011110001001000110111010111001011110101111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC48D; }

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

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

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

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

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

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

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

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