#9CBB8D

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

Shades of Norway #9CBB8D

Tints of Norway #9CBB8D

Color information

#9CBB8D (or 0x9CBB8D) is unknown color: approx Norway. HEX triplet: 9C, BB and 8D. RGB value is (156,187,141). Sum of RGB (Red+Green+Blue) = 156+187+141=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB8D is #634472. Grayscale: #ACACAC. Windows color (decimal): -6505587 or 9288604. OLE color: 9288604.

HSL color Cylindrical-coordinate representation of color #9CBB8D: hue angle of 100.43º degrees, saturation: 0.25, 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 #9CBB8D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB156187141-
CMYK0.1700.250.27
HSL100.43º25.27%64.31%-
HSV(B)100.43º24.6%73.33%-
XYZ36.2944.5331.88-
YUV172.49110.23116.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=32.23%
G=38.64%
B=29.13%

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
Decimal1561871410.1700.250.27100.4325.2764.31
Hex9CBB8D110191B641940
Octal234273215210313314431100
Binary10011100101110111000110110001011001110111100100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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