#9FBD8E

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

Shades of Norway #9FBD8E

Tints of Norway #9FBD8E

Color information

#9FBD8E (or 0x9FBD8E) is unknown color: approx Norway. HEX triplet: 9F, BD and 8E. RGB value is (159,189,142). Sum of RGB (Red+Green+Blue) = 159+189+142=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD8E is #604271. Grayscale: #AEAEAE. Windows color (decimal): -6308466 or 9354655. OLE color: 9354655.

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

Color convert

RGB159189142-
CMYK0.1600.250.26
HSL98.3º26.26%64.9%-
HSV(B)98.3º24.87%74.12%-
XYZ37.3845.7232.45-
YUV174.67109.56116.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=32.45%
G=38.57%
B=28.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891420.1600.250.2698.326.2664.9
Hex9FBD8E100191A621a41
Octal237275216200313214232101
Binary10011111101111011000111010000011001110101100010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,189,142); }

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

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

 a { background-color: rgb(159,189,142); }

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

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

 span { border-color: rgb(159,189,142); }

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