#9BB18D

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

Shades of Norway #9BB18D

Tints of Norway #9BB18D

Color information

#9BB18D (or 0x9BB18D) is unknown color: approx Norway. HEX triplet: 9B, B1 and 8D. RGB value is (155,177,141). Sum of RGB (Red+Green+Blue) = 155+177+141=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB18D is #644E72. Grayscale: #A6A6A6. Windows color (decimal): -6573683 or 9286043. OLE color: 9286043.

HSL color Cylindrical-coordinate representation of color #9BB18D: hue angle of 96.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BB18D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB155177141-
CMYK0.1200.200.31
HSL96.67º18.75%62.35%-
HSV(B)96.67º20.34%69.41%-
XYZ34.0540.3431.19-
YUV166.32113.71119.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=32.77%
G=37.42%
B=29.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551771410.1200.200.3196.6718.7562.35
Hex9BB18DC0141F61133e
Octal23326121514024371412376
Binary100110111011000110001101110001010011111110000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,177,141); }

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

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

 a { background-color: rgb(155,177,141); }

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

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

 span { border-color: rgb(155,177,141); }

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