#9CBA88

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

Shades of Norway #9CBA88

Tints of Norway #9CBA88

Color information

#9CBA88 (or 0x9CBA88) is unknown color: approx Norway. HEX triplet: 9C, BA and 88. RGB value is (156,186,136). Sum of RGB (Red+Green+Blue) = 156+186+136=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA88 is #634577. Grayscale: #ABABAB. Windows color (decimal): -6505848 or 8960668. OLE color: 8960668.

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

Color convert

RGB156186136-
CMYK0.1600.270.27
HSL96º26.6%63.14%-
HSV(B)96º26.88%72.94%-
XYZ35.7143.9629.9-
YUV171.33108.06117.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 186 (73.05% from 255) = 38.91%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=32.64%
G=38.91%
B=28.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861360.1600.270.279626.663.14
Hex9CBA881001B1B601b3f
Octal23427221020033331403377
Binary1001110010111010100010001000001101111011110000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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