#9DBB8B

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

Shades of Norway #9DBB8B

Tints of Norway #9DBB8B

Color information

#9DBB8B (or 0x9DBB8B) is unknown color: approx Norway. HEX triplet: 9D, BB and 8B. RGB value is (157,187,139). Sum of RGB (Red+Green+Blue) = 157+187+139=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB8B is #624474. Grayscale: #ACACAC. Windows color (decimal): -6440053 or 9157533. OLE color: 9157533.

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

Color convert

RGB157187139-
CMYK0.1600.260.27
HSL97.5º26.09%63.92%-
HSV(B)97.5º25.67%73.33%-
XYZ36.3444.5731.11-
YUV172.56109.06116.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.51%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=32.51%
G=38.72%
B=28.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571871390.1600.260.2797.526.0963.92
Hex9DBB8B1001A1B611a40
Octal235273213200323314132100
Binary10011101101110111000101110000011010110111100001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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