#9EBB85

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

Shades of Norway #9EBB85

Tints of Norway #9EBB85

Color information

#9EBB85 (or 0x9EBB85) is unknown color: approx Norway. HEX triplet: 9E, BB and 85. RGB value is (158,187,133). Sum of RGB (Red+Green+Blue) = 158+187+133=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB85 is #61447A. Grayscale: #ACACAC. Windows color (decimal): -6374523 or 8764318. OLE color: 8764318.

HSL color Cylindrical-coordinate representation of color #9EBB85: hue angle of 92.22º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EBB85 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB158187133-
CMYK0.1600.290.27
HSL92.22º28.42%62.75%-
HSV(B)92.22º28.88%73.33%-
XYZ36.144.528.88-
YUV172.17105.89117.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.05%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=33.05%
G=39.12%
B=27.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871330.1600.290.2792.2228.4262.75
Hex9EBB851001D1B5c1c3f
Octal23627320520035331343477
Binary1001111010111011100001011000001110111011101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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