#9bbe84

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

Shades of Norway #9BBE84

Tints of Norway #9BBE84

Color information

#9BBE84 (or 0x9BBE84) is unknown color: approx Norway. HEX triplet: 9B, BE and 84. RGB value is (155,190,132). Sum of RGB (Red+Green+Blue) = 155+190+132=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE84 is #64417B. Grayscale: #ADADAD. Windows color (decimal): -6570364 or 8699547. OLE color: 8699547.

HSL color Cylindrical-coordinate representation of color #9BBE84: hue angle of 96.21º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BBE84 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB155190132-
CMYK0.1800.310.25
HSL96.21º30.85%63.14%-
HSV(B)96.21º30.53%74.51%-
XYZ36.145.4628.7-
YUV172.92104.9115.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=32.49%
G=39.83%
B=27.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901320.1800.310.2596.2130.8563.14
Hex9BBE841201F19601f3f
Octal23327620422037311403777
Binary1001101110111110100001001001001111111001110000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bbe84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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