#9DBB8C

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

Shades of Norway #9DBB8C

Tints of Norway #9DBB8C

Color information

#9DBB8C (or 0x9DBB8C) is unknown color: approx Norway. HEX triplet: 9D, BB and 8C. RGB value is (157,187,140). Sum of RGB (Red+Green+Blue) = 157+187+140=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB8C is #624473. Grayscale: #ACACAC. Windows color (decimal): -6440052 or 9223069. OLE color: 9223069.

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

Color convert

RGB157187140-
CMYK0.1600.250.27
HSL98.3º25.68%64.12%-
HSV(B)98.3º25.13%73.33%-
XYZ36.4144.631.5-
YUV172.67109.56116.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=32.44%
G=38.64%
B=28.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571871400.1600.250.2798.325.6864.12
Hex9DBB8C100191B621a40
Octal235273214200313314232100
Binary10011101101110111000110010000011001110111100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,187,140); }

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

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

 a { background-color: rgb(157,187,140); }

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

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

 span { border-color: rgb(157,187,140); }

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