#9EBA83

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

Shades of Norway #9EBA83

Tints of Norway #9EBA83

Color information

#9EBA83 (or 0x9EBA83) is unknown color: approx Norway. HEX triplet: 9E, BA and 83. RGB value is (158,186,131). Sum of RGB (Red+Green+Blue) = 158+186+131=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA83 is #61457C. Grayscale: #ABABAB. Windows color (decimal): -6374781 or 8632990. OLE color: 8632990.

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

Color convert

RGB158186131-
CMYK0.1500.300.27
HSL90.55º28.5%62.16%-
HSV(B)90.55º29.57%72.94%-
XYZ35.7644.0328.09-
YUV171.36105.22118.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.26%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=33.26%
G=39.16%
B=27.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581861310.1500.300.2790.5528.562.16
Hex9EBA83F01E1B5b1c3e
Octal23627220317036331333476
Binary100111101011101010000011111101111011011101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,131); }

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

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

 a { background-color: rgb(158,186,131); }

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

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

 span { border-color: rgb(158,186,131); }

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