#9CBC89

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

Shades of Norway #9CBC89

Tints of Norway #9CBC89

Color information

#9CBC89 (or 0x9CBC89) is unknown color: approx Norway. HEX triplet: 9C, BC and 89. RGB value is (156,188,137). Sum of RGB (Red+Green+Blue) = 156+188+137=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC89 is #634376. Grayscale: #ACACAC. Windows color (decimal): -6505335 or 9026716. OLE color: 9026716.

HSL color Cylindrical-coordinate representation of color #9CBC89: hue angle of 97.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBC89 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB156188137-
CMYK0.1700.270.26
HSL97.65º27.57%63.73%-
HSV(B)97.65º27.13%73.73%-
XYZ36.2144.8430.41-
YUV172.62107.9116.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=32.43%
G=39.09%
B=28.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881370.1700.270.2697.6527.5763.73
Hex9CBC891101B1A621c40
Octal234274211210333214234100
Binary10011100101111001000100110001011011110101100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,188,137); }

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

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

 a { background-color: rgb(156,188,137); }

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

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

 span { border-color: rgb(156,188,137); }

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