#9BBE83

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

Shades of Norway #9BBE83

Tints of Norway #9BBE83

Color information

#9BBE83 (or 0x9BBE83) is unknown color: approx Norway. HEX triplet: 9B, BE and 83. RGB value is (155,190,131). Sum of RGB (Red+Green+Blue) = 155+190+131=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE83 is #64417C. Grayscale: #ADADAD. Windows color (decimal): -6570365 or 8634011. OLE color: 8634011.

HSL color Cylindrical-coordinate representation of color #9BBE83: hue angle of 95.59º 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 #9BBE83 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB155190131-
CMYK0.1800.310.25
HSL95.59º31.22%62.94%-
HSV(B)95.59º31.05%74.51%-
XYZ36.0345.4328.34-
YUV172.81104.4115.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.56%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 131 (51.56% from 255) = 27.52%
R=32.56%
G=39.92%
B=27.52%

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
Decimal1551901310.1800.310.2595.5931.2262.94
Hex9BBE831201F19601f3f
Octal23327620322037311403777
Binary1001101110111110100000111001001111111001110000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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