#9BB384

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

Shades of Norway #9BB384

Tints of Norway #9BB384

Color information

#9BB384 (or 0x9BB384) is unknown color: approx Norway. HEX triplet: 9B, B3 and 84. RGB value is (155,179,132). Sum of RGB (Red+Green+Blue) = 155+179+132=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #9BB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB384 is #644C7B. Grayscale: #A6A6A6. Windows color (decimal): -6573180 or 8696731. OLE color: 8696731.

HSL color Cylindrical-coordinate representation of color #9BB384: hue angle of 90.64º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BB384 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB155179132-
CMYK0.1300.260.30
HSL90.64º23.62%60.98%-
HSV(B)90.64º26.26%70.2%-
XYZ33.840.8727.94-
YUV166.47108.55119.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.26%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=33.26%
G=38.41%
B=28.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551791320.1300.260.3090.6423.6260.98
Hex9BB384D01A1E5b183d
Octal23326320415032361333075
Binary100110111011001110000100110101101011110101101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,179,132); }

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

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

 a { background-color: rgb(155,179,132); }

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

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

 span { border-color: rgb(155,179,132); }

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