#9BBA83

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

Shades of Norway #9BBA83

Tints of Norway #9BBA83

Color information

#9BBA83 (or 0x9BBA83) is unknown color: approx Norway. HEX triplet: 9B, BA and 83. RGB value is (155,186,131). Sum of RGB (Red+Green+Blue) = 155+186+131=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA83 is #64457C. Grayscale: #AAAAAA. Windows color (decimal): -6571389 or 8632987. OLE color: 8632987.

HSL color Cylindrical-coordinate representation of color #9BBA83: hue angle of 93.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBA83 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB155186131-
CMYK0.1700.300.27
HSL93.82º28.5%62.16%-
HSV(B)93.82º29.57%72.94%-
XYZ35.1743.7328.06-
YUV170.46105.73116.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=32.84%
G=39.41%
B=27.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861310.1700.300.2793.8228.562.16
Hex9BBA831101E1B5e1c3e
Octal23327220321036331363476
Binary1001101110111010100000111000101111011011101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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