#9DBA88

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

Shades of Norway #9DBA88

Tints of Norway #9DBA88

Color information

#9DBA88 (or 0x9DBA88) is unknown color: approx Norway. HEX triplet: 9D, BA and 88. RGB value is (157,186,136). Sum of RGB (Red+Green+Blue) = 157+186+136=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA88 is #624577. Grayscale: #ABABAB. Windows color (decimal): -6440312 or 8960669. OLE color: 8960669.

HSL color Cylindrical-coordinate representation of color #9DBA88: hue angle of 94.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DBA88 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB157186136-
CMYK0.1600.270.27
HSL94.8º26.6%63.14%-
HSV(B)94.8º26.88%72.94%-
XYZ35.9144.0629.91-
YUV171.63107.89117.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=32.78%
G=38.83%
B=28.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861360.1600.270.2794.826.663.14
Hex9DBA881001B1B5f1b3f
Octal23527221020033331373377
Binary1001110110111010100010001000001101111011101111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,136); }

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

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

 a { background-color: rgb(157,186,136); }

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

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

 span { border-color: rgb(157,186,136); }

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