#9EBC81

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

Shades of Norway #9EBC81

Tints of Norway #9EBC81

Color information

#9EBC81 (or 0x9EBC81) is unknown color: approx Norway. HEX triplet: 9E, BC and 81. RGB value is (158,188,129). Sum of RGB (Red+Green+Blue) = 158+188+129=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC81 is #61437E. Grayscale: #ACACAC. Windows color (decimal): -6374271 or 8502430. OLE color: 8502430.

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

Color convert

RGB158188129-
CMYK0.1600.310.26
HSL90.51º30.57%62.16%-
HSV(B)90.51º31.38%73.73%-
XYZ36.0544.8227.52-
YUV172.3103.56117.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=33.26%
G=39.58%
B=27.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581881290.1600.310.2690.5130.5762.16
Hex9EBC811001F1A5b1f3e
Octal23627420120037321333776
Binary1001111010111100100000011000001111111010101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,129); }

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

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

 a { background-color: rgb(158,188,129); }

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

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

 span { border-color: rgb(158,188,129); }

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