#9CB187

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

Shades of Norway #9CB187

Tints of Norway #9CB187

Color information

#9CB187 (or 0x9CB187) is unknown color: approx Norway. HEX triplet: 9C, B1 and 87. RGB value is (156,177,135). Sum of RGB (Red+Green+Blue) = 156+177+135=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB187 is #634E78. Grayscale: #A6A6A6. Windows color (decimal): -6508153 or 8892828. OLE color: 8892828.

HSL color Cylindrical-coordinate representation of color #9CB187: hue angle of 90º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CB187 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB156177135-
CMYK0.1200.240.31
HSL90º21.21%61.18%-
HSV(B)90º23.73%69.41%-
XYZ33.8140.2628.91-
YUV165.93110.54120.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=33.33%
G=37.82%
B=28.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561771350.1200.240.319021.2161.18
Hex9CB187C0181F5a153d
Octal23426120714030371322575
Binary100111001011000110000111110001100011111101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,135); }

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

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

 a { background-color: rgb(156,177,135); }

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

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

 span { border-color: rgb(156,177,135); }

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