#9CB385

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

Shades of Norway #9CB385

Tints of Norway #9CB385

Color information

#9CB385 (or 0x9CB385) is unknown color: approx Norway. HEX triplet: 9C, B3 and 85. RGB value is (156,179,133). Sum of RGB (Red+Green+Blue) = 156+179+133=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB385 is #634C7A. Grayscale: #A7A7A7. Windows color (decimal): -6507643 or 8762268. OLE color: 8762268.

HSL color Cylindrical-coordinate representation of color #9CB385: hue angle of 90º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CB385 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB156179133-
CMYK0.1300.260.30
HSL90º23.23%61.18%-
HSV(B)90º25.7%70.2%-
XYZ34.064128.31-
YUV166.88108.88120.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.33%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=33.33%
G=38.25%
B=28.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561791330.1300.260.309023.2361.18
Hex9CB385D01A1E5a173d
Octal23426320515032361322775
Binary100111001011001110000101110101101011110101101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,179,133); }

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

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

 a { background-color: rgb(156,179,133); }

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

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

 span { border-color: rgb(156,179,133); }

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