#9BB483

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

Shades of Norway #9BB483

Tints of Norway #9BB483

Color information

#9BB483 (or 0x9BB483) is unknown color: approx Norway. HEX triplet: 9B, B4 and 83. RGB value is (155,180,131). Sum of RGB (Red+Green+Blue) = 155+180+131=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB483 is #644B7C. Grayscale: #A7A7A7. Windows color (decimal): -6572925 or 8631451. OLE color: 8631451.

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

Color convert

RGB155180131-
CMYK0.1400.270.29
HSL90.61º24.62%60.98%-
HSV(B)90.61º27.22%70.59%-
XYZ33.9441.2527.65-
YUV166.94107.72119.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.26%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=33.26%
G=38.63%
B=28.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801310.1400.270.2990.6124.6260.98
Hex9BB483E01B1D5b193d
Octal23326420316033351333175
Binary100110111011010010000011111001101111101101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,131); }

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

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

 a { background-color: rgb(155,180,131); }

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

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

 span { border-color: rgb(155,180,131); }

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