#9BB685

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

Shades of Norway #9BB685

Tints of Norway #9BB685

Color information

#9BB685 (or 0x9BB685) is unknown color: approx Norway. HEX triplet: 9B, B6 and 85. RGB value is (155,182,133). Sum of RGB (Red+Green+Blue) = 155+182+133=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB685 is #64497A. Grayscale: #A8A8A8. Windows color (decimal): -6572411 or 8763035. OLE color: 8763035.

HSL color Cylindrical-coordinate representation of color #9BB685: hue angle of 93.06º degrees, saturation: 0.25, 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 #9BB685 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB155182133-
CMYK0.1500.270.29
HSL93.06º25.13%61.76%-
HSV(B)93.06º26.92%71.37%-
XYZ34.4842.1228.5-
YUV168.34108.05118.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.98%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=32.98%
G=38.72%
B=28.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821330.1500.270.2993.0625.1361.76
Hex9BB685F01B1D5d193e
Octal23326620517033351353176
Binary100110111011011010000101111101101111101101110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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