#9CBB8C

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

Shades of Norway #9CBB8C

Tints of Norway #9CBB8C

Color information

#9CBB8C (or 0x9CBB8C) is unknown color: approx Norway. HEX triplet: 9C, BB and 8C. RGB value is (156,187,140). Sum of RGB (Red+Green+Blue) = 156+187+140=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB8C is #634473. Grayscale: #ACACAC. Windows color (decimal): -6505588 or 9223068. OLE color: 9223068.

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

Color convert

RGB156187140-
CMYK0.1700.250.27
HSL99.57º25.68%64.12%-
HSV(B)99.57º25.13%73.33%-
XYZ36.2144.531.49-
YUV172.37109.73116.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.30%
GREEN value IS 187 (73.44% from 255) = 38.72%
BLUE value IS 140 (55.08% from 255) = 28.99%
R=32.30%
G=38.72%
B=28.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871400.1700.250.2799.5725.6864.12
Hex9CBB8C110191B641a40
Octal234273214210313314432100
Binary10011100101110111000110010001011001110111100100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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