#9BBA87

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

Shades of Norway #9BBA87

Tints of Norway #9BBA87

Color information

#9BBA87 (or 0x9BBA87) is unknown color: approx Norway. HEX triplet: 9B, BA and 87. RGB value is (155,186,135). Sum of RGB (Red+Green+Blue) = 155+186+135=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA87 is #644578. Grayscale: #ABABAB. Windows color (decimal): -6571385 or 8895131. OLE color: 8895131.

HSL color Cylindrical-coordinate representation of color #9BBA87: hue angle of 96.47º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BBA87 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB155186135-
CMYK0.1700.270.27
HSL96.47º26.98%62.94%-
HSV(B)96.47º27.42%72.94%-
XYZ35.4543.8429.51-
YUV170.92107.73116.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.56%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=32.56%
G=39.08%
B=28.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861350.1700.270.2796.4726.9862.94
Hex9BBA871101B1B601b3f
Octal23327220721033331403377
Binary1001101110111010100001111000101101111011110000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,186,135); }

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

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

 a { background-color: rgb(155,186,135); }

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

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

 span { border-color: rgb(155,186,135); }

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