#9CB290

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

Shades of Norway #9CB290

Tints of Norway #9CB290

Color information

#9CB290 (or 0x9CB290) is unknown color: approx Norway. HEX triplet: 9C, B2 and 90. RGB value is (156,178,144). Sum of RGB (Red+Green+Blue) = 156+178+144=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 178 - color contains mainly: green. Hex color #9CB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB290 is #634D6F. Grayscale: #A7A7A7. Windows color (decimal): -6507888 or 9482908. OLE color: 9482908.

HSL color Cylindrical-coordinate representation of color #9CB290: hue angle of 98.82º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CB290 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB156178144-
CMYK0.1200.190.30
HSL98.82º18.09%63.14%-
HSV(B)98.82º19.1%69.8%-
XYZ34.6640.9232.46-
YUV167.55114.71119.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 144 (56.64% from 255) = 30.13%
R=32.64%
G=37.24%
B=30.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561781440.1200.190.3098.8218.0963.14
Hex9CB290C0131E63123f
Octal23426222014023361432277
Binary100111001011001010010000110001001111110110001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,144); }

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

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

 a { background-color: rgb(156,178,144); }

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

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

 span { border-color: rgb(156,178,144); }

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