#9CBA82

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

Shades of Norway #9CBA82

Tints of Norway #9CBA82

Color information

#9CBA82 (or 0x9CBA82) is unknown color: approx Norway. HEX triplet: 9C, BA and 82. RGB value is (156,186,130). Sum of RGB (Red+Green+Blue) = 156+186+130=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA82 is #63457D. Grayscale: #AAAAAA. Windows color (decimal): -6505854 or 8567452. OLE color: 8567452.

HSL color Cylindrical-coordinate representation of color #9CBA82: hue angle of 92.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CBA82 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB156186130-
CMYK0.1600.300.27
HSL92.14º28.87%61.96%-
HSV(B)92.14º30.11%72.94%-
XYZ35.343.827.71-
YUV170.65105.06117.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=33.05%
G=39.41%
B=27.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861300.1600.300.2792.1428.8761.96
Hex9CBA821001E1B5c1d3e
Octal23427220220036331343576
Binary1001110010111010100000101000001111011011101110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,130); }

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

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

 a { background-color: rgb(156,186,130); }

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

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

 span { border-color: rgb(156,186,130); }

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