#9BB585

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

Shades of Norway #9BB585

Tints of Norway #9BB585

Color information

#9BB585 (or 0x9BB585) is unknown color: approx Norway. HEX triplet: 9B, B5 and 85. RGB value is (155,181,133). Sum of RGB (Red+Green+Blue) = 155+181+133=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB585 is #644A7A. Grayscale: #A7A7A7. Windows color (decimal): -6572667 or 8762779. OLE color: 8762779.

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

Color convert

RGB155181133-
CMYK0.1400.270.29
HSL92.5º24.49%61.57%-
HSV(B)92.5º26.52%70.98%-
XYZ34.2841.7128.43-
YUV167.75108.39118.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 181 (71.09% from 255) = 38.59%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=33.05%
G=38.59%
B=28.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811330.1400.270.2992.524.4961.57
Hex9BB585E01B1D5c183e
Octal23326520516033351343076
Binary100110111011010110000101111001101111101101110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,133); }

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

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

 a { background-color: rgb(155,181,133); }

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

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

 span { border-color: rgb(155,181,133); }

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