#9FB588

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

Shades of Norway #9FB588

Tints of Norway #9FB588

Color information

#9FB588 (or 0x9FB588) is unknown color: approx Norway. HEX triplet: 9F, B5 and 88. RGB value is (159,181,136). Sum of RGB (Red+Green+Blue) = 159+181+136=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB588 is #604A77. Grayscale: #A9A9A9. Windows color (decimal): -6310520 or 8959391. OLE color: 8959391.

HSL color Cylindrical-coordinate representation of color #9FB588: hue angle of 89.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FB588 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB159181136-
CMYK0.1200.250.29
HSL89.33º23.32%62.16%-
HSV(B)89.33º24.86%70.98%-
XYZ35.2742.229.58-
YUV169.29109.21120.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 181 (71.09% from 255) = 38.03%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=33.40%
G=38.03%
B=28.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811360.1200.250.2989.3323.3262.16
Hex9FB588C0191D59173e
Octal23726521014031351312776
Binary100111111011010110001000110001100111101101100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,181,136); }

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

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

 a { background-color: rgb(159,181,136); }

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

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

 span { border-color: rgb(159,181,136); }

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