#9EBF82

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

Shades of Norway #9EBF82

Tints of Norway #9EBF82

Color information

#9EBF82 (or 0x9EBF82) is unknown color: approx Norway. HEX triplet: 9E, BF and 82. RGB value is (158,191,130). Sum of RGB (Red+Green+Blue) = 158+191+130=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBF82 is #61407D. Grayscale: #AEAEAE. Windows color (decimal): -6373502 or 8568734. OLE color: 8568734.

HSL color Cylindrical-coordinate representation of color #9EBF82: hue angle of 92.46º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EBF82 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB158191130-
CMYK0.1700.320.25
HSL92.46º32.28%62.94%-
HSV(B)92.46º31.94%74.9%-
XYZ36.7646.1428.09-
YUV174.18103.07116.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=32.99%
G=39.87%
B=27.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911300.1700.320.2592.4632.2862.94
Hex9EBF8211020195c203f
Octal23627720221040311344077
Binary100111101011111110000010100010100000110011011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,130); }

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

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

 a { background-color: rgb(158,191,130); }

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

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

 span { border-color: rgb(158,191,130); }

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