#9EB68E

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

Shades of Norway #9EB68E

Tints of Norway #9EB68E

Color information

#9EB68E (or 0x9EB68E) is unknown color: approx Norway. HEX triplet: 9E, B6 and 8E. RGB value is (158,182,142). Sum of RGB (Red+Green+Blue) = 158+182+142=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EB68E is #614971. Grayscale: #AAAAAA. Windows color (decimal): -6375794 or 9352862. OLE color: 9352862.

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

Color convert

RGB158182142-
CMYK0.1300.220.29
HSL96º21.51%63.53%-
HSV(B)96º21.98%71.37%-
XYZ35.7142.6831.95-
YUV170.26112.05119.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=32.78%
G=37.76%
B=29.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581821420.1300.220.299621.5163.53
Hex9EB68ED0161D601640
Octal236266216150263514026100
Binary1001111010110110100011101101010110111011100000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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