#9BB58B

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

Shades of Norway #9BB58B

Tints of Norway #9BB58B

Color information

#9BB58B (or 0x9BB58B) is unknown color: approx Norway. HEX triplet: 9B, B5 and 8B. RGB value is (155,181,139). Sum of RGB (Red+Green+Blue) = 155+181+139=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB58B is #644A74. Grayscale: #A8A8A8. Windows color (decimal): -6572661 or 9155995. OLE color: 9155995.

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

Color convert

RGB155181139-
CMYK0.1400.230.29
HSL97.14º22.11%62.75%-
HSV(B)97.14º23.2%70.98%-
XYZ34.741.8830.68-
YUV168.44111.39118.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=32.63%
G=38.11%
B=29.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811390.1400.230.2997.1422.1162.75
Hex9BB58BE0171D61163f
Octal23326521316027351412677
Binary100110111011010110001011111001011111101110000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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