#9EB68A

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

Shades of Norway #9EB68A

Tints of Norway #9EB68A

Color information

#9EB68A (or 0x9EB68A) is unknown color: approx Norway. HEX triplet: 9E, B6 and 8A. RGB value is (158,182,138). Sum of RGB (Red+Green+Blue) = 158+182+138=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB68A is #614975. Grayscale: #A9A9A9. Windows color (decimal): -6375798 or 9090718. OLE color: 9090718.

HSL color Cylindrical-coordinate representation of color #9EB68A: hue angle of 92.73º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9EB68A is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB158182138-
CMYK0.1300.240.29
HSL92.73º23.16%62.75%-
HSV(B)92.73º24.18%71.37%-
XYZ35.4242.5630.39-
YUV169.81110.05119.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.05%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=33.05%
G=38.08%
B=28.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581821380.1300.240.2992.7323.1662.75
Hex9EB68AD0181D5d173f
Octal23626621215030351352777
Binary100111101011011010001010110101100011101101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,182,138); }

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

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

 a { background-color: rgb(158,182,138); }

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

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

 span { border-color: rgb(158,182,138); }

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