#9BAE83

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

Shades of Norway #9BAE83

Tints of Norway #9BAE83

Color information

#9BAE83 (or 0x9BAE83) is unknown color: approx Norway. HEX triplet: 9B, AE and 83. RGB value is (155,174,131). Sum of RGB (Red+Green+Blue) = 155+174+131=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE83 is #64517C. Grayscale: #A3A3A3. Windows color (decimal): -6574461 or 8629915. OLE color: 8629915.

HSL color Cylindrical-coordinate representation of color #9BAE83: hue angle of 86.51º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BAE83 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB155174131-
CMYK0.1100.250.32
HSL86.51º20.98%59.8%-
HSV(B)86.51º24.71%68.24%-
XYZ32.7538.8827.25-
YUV163.42109.71122-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 174 (68.36% from 255) = 37.83%
BLUE value IS 131 (51.56% from 255) = 28.48%
R=33.70%
G=37.83%
B=28.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741310.1100.250.3286.5120.9859.8
Hex9BAE83B0192057153c
Octal23325620313031401272574
Binary1001101110101110100000111011011001100000101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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