#9DC183

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

Shades of Norway #9DC183

Tints of Norway #9DC183

Color information

#9DC183 (or 0x9DC183) is unknown color: approx Norway. HEX triplet: 9D, C1 and 83. RGB value is (157,193,131). Sum of RGB (Red+Green+Blue) = 157+193+131=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC183 is #623E7C. Grayscale: #AFAFAF. Windows color (decimal): -6438525 or 8634781. OLE color: 8634781.

HSL color Cylindrical-coordinate representation of color #9DC183: hue angle of 94.84º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DC183 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB157193131-
CMYK0.1900.320.24
HSL94.84º33.33%63.53%-
HSV(B)94.84º32.12%75.69%-
XYZ37.0746.9528.58-
YUV175.17103.07115.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=32.64%
G=40.12%
B=27.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571931310.1900.320.2494.8433.3363.53
Hex9DC18313020185f2140
Octal235301203230403013741100
Binary1001110111000001100000111001101000001100010111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DC183; }

 p { color: rgb(157,193,131); }

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

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

 a { background-color: rgb(157,193,131); }

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

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

 span { border-color: rgb(157,193,131); }

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