#9EBB87

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

Shades of Norway #9EBB87

Tints of Norway #9EBB87

Color information

#9EBB87 (or 0x9EBB87) is unknown color: approx Norway. HEX triplet: 9E, BB and 87. RGB value is (158,187,135). Sum of RGB (Red+Green+Blue) = 158+187+135=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBB87 is #614478. Grayscale: #ACACAC. Windows color (decimal): -6374521 or 8895390. OLE color: 8895390.

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

Color convert

RGB158187135-
CMYK0.1600.280.27
HSL93.46º27.66%63.14%-
HSV(B)93.46º27.81%73.33%-
XYZ36.2444.5629.61-
YUV172.4106.89117.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=32.92%
G=38.96%
B=28.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871350.1600.280.2793.4627.6663.14
Hex9EBB871001C1B5d1c3f
Octal23627320720034331353477
Binary1001111010111011100001111000001110011011101110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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