#9CB98A

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

Shades of Norway #9CB98A

Tints of Norway #9CB98A

Color information

#9CB98A (or 0x9CB98A) is unknown color: approx Norway. HEX triplet: 9C, B9 and 8A. RGB value is (156,185,138). Sum of RGB (Red+Green+Blue) = 156+185+138=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB98A is #634675. Grayscale: #ABABAB. Windows color (decimal): -6506102 or 9091484. OLE color: 9091484.

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

Color convert

RGB156185138-
CMYK0.1600.250.27
HSL97.02º25.13%63.33%-
HSV(B)97.02º25.41%72.55%-
XYZ35.6543.630.58-
YUV170.97109.39117.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.57%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=32.57%
G=38.62%
B=28.81%

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
Decimal1561851380.1600.250.2797.0225.1363.33
Hex9CB98A100191B61193f
Octal23427121220031331413177
Binary1001110010111001100010101000001100111011110000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,185,138); }

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

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

 a { background-color: rgb(156,185,138); }

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

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

 span { border-color: rgb(156,185,138); }

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