#9CB48C

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

Shades of Norway #9CB48C

Tints of Norway #9CB48C

Color information

#9CB48C (or 0x9CB48C) is unknown color: approx Norway. HEX triplet: 9C, B4 and 8C. RGB value is (156,180,140). Sum of RGB (Red+Green+Blue) = 156+180+140=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB48C is #634B73. Grayscale: #A8A8A8. Windows color (decimal): -6507380 or 9221276. OLE color: 9221276.

HSL color Cylindrical-coordinate representation of color #9CB48C: hue angle of 96º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CB48C is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB156180140-
CMYK0.1300.220.29
HSL96º21.05%62.75%-
HSV(B)96º22.22%70.59%-
XYZ34.7741.631.01-
YUV168.26112.05119.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 140 (55.08% from 255) = 29.41%
R=32.77%
G=37.82%
B=29.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801400.1300.220.299621.0562.75
Hex9CB48CD0161D60153f
Octal23426421415026351402577
Binary100111001011010010001100110101011011101110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,140); }

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

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

 a { background-color: rgb(156,180,140); }

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

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

 span { border-color: rgb(156,180,140); }

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