#9BAE8A

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

Shades of Norway #9BAE8A

Tints of Norway #9BAE8A

Color information

#9BAE8A (or 0x9BAE8A) is unknown color: approx Norway. HEX triplet: 9B, AE and 8A. RGB value is (155,174,138). Sum of RGB (Red+Green+Blue) = 155+174+138=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE8A is #645175. Grayscale: #A4A4A4. Windows color (decimal): -6574454 or 9088667. OLE color: 9088667.

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

Color convert

RGB155174138-
CMYK0.1100.210.32
HSL91.67º18.18%61.18%-
HSV(B)91.67º20.69%68.24%-
XYZ33.2439.0829.84-
YUV164.22113.21121.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.19%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=33.19%
G=37.26%
B=29.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741380.1100.210.3291.6718.1861.18
Hex9BAE8AB015205c123d
Octal23325621213025401342275
Binary1001101110101110100010101011010101100000101110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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