#9BB58E

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

Shades of Norway #9BB58E

Tints of Norway #9BB58E

Color information

#9BB58E (or 0x9BB58E) is unknown color: approx Norway. HEX triplet: 9B, B5 and 8E. RGB value is (155,181,142). Sum of RGB (Red+Green+Blue) = 155+181+142=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB58E is #644A71. Grayscale: #A8A8A8. Windows color (decimal): -6572658 or 9352603. OLE color: 9352603.

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

Color convert

RGB155181142-
CMYK0.1400.220.29
HSL100º20.86%63.33%-
HSV(B)100º21.55%70.98%-
XYZ34.9241.9731.85-
YUV168.78112.89118.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 181 (71.09% from 255) = 37.87%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=32.43%
G=37.87%
B=29.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811420.1400.220.2910020.8663.33
Hex9BB58EE0161D64153f
Octal23326521616026351442577
Binary100110111011010110001110111001011011101110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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