#9CBB8A

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

Shades of Norway #9CBB8A

Tints of Norway #9CBB8A

Color information

#9CBB8A (or 0x9CBB8A) is unknown color: approx Norway. HEX triplet: 9C, BB and 8A. RGB value is (156,187,138). Sum of RGB (Red+Green+Blue) = 156+187+138=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB8A is #634475. Grayscale: #ACACAC. Windows color (decimal): -6505590 or 9091996. OLE color: 9091996.

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

Color convert

RGB156187138-
CMYK0.1700.260.27
HSL97.96º26.49%63.73%-
HSV(B)97.96º26.2%73.33%-
XYZ36.0744.4430.72-
YUV172.14108.73116.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 187 (73.44% from 255) = 38.88%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=32.43%
G=38.88%
B=28.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871380.1700.260.2797.9626.4963.73
Hex9CBB8A1101A1B621a40
Octal234273212210323314232100
Binary10011100101110111000101010001011010110111100010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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