#9CB48F

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

Shades of Norway #9CB48F

Tints of Norway #9CB48F

Color information

#9CB48F (or 0x9CB48F) is unknown color: approx Norway. HEX triplet: 9C, B4 and 8F. RGB value is (156,180,143). Sum of RGB (Red+Green+Blue) = 156+180+143=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB48F is #634B70. Grayscale: #A8A8A8. Windows color (decimal): -6507377 or 9417884. OLE color: 9417884.

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

Color convert

RGB156180143-
CMYK0.1300.210.29
HSL98.92º19.79%63.33%-
HSV(B)98.92º20.56%70.59%-
XYZ34.9941.6932.19-
YUV168.61113.55119.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.57%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=32.57%
G=37.58%
B=29.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561801430.1300.210.2998.9219.7963.33
Hex9CB48FD0151D63143f
Octal23426421715025351432477
Binary100111001011010010001111110101010111101110001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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