#9EBD85

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

Shades of Norway #9EBD85

Tints of Norway #9EBD85

Color information

#9EBD85 (or 0x9EBD85) is unknown color: approx Norway. HEX triplet: 9E, BD and 85. RGB value is (158,189,133). Sum of RGB (Red+Green+Blue) = 158+189+133=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD85 is #61427A. Grayscale: #ADADAD. Windows color (decimal): -6374011 or 8764830. OLE color: 8764830.

HSL color Cylindrical-coordinate representation of color #9EBD85: hue angle of 93.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EBD85 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB158189133-
CMYK0.1600.300.26
HSL93.21º29.79%63.14%-
HSV(B)93.21º29.63%74.12%-
XYZ36.5345.3629.02-
YUV173.35105.23117.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 189 (74.22% from 255) = 39.38%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=32.92%
G=39.38%
B=27.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891330.1600.300.2693.2129.7963.14
Hex9EBD851001E1A5d1e3f
Octal23627520520036321353677
Binary1001111010111101100001011000001111011010101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,189,133); }

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

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

 a { background-color: rgb(158,189,133); }

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

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

 span { border-color: rgb(158,189,133); }

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