#9CBB87

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

Shades of Norway #9CBB87

Tints of Norway #9CBB87

Color information

#9CBB87 (or 0x9CBB87) is unknown color: approx Norway. HEX triplet: 9C, BB and 87. RGB value is (156,187,135). Sum of RGB (Red+Green+Blue) = 156+187+135=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB87 is #634478. Grayscale: #ABABAB. Windows color (decimal): -6505593 or 8895388. OLE color: 8895388.

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

Color convert

RGB156187135-
CMYK0.1700.280.27
HSL95.77º27.66%63.14%-
HSV(B)95.77º27.81%73.33%-
XYZ35.8544.3629.59-
YUV171.8107.23116.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=32.64%
G=39.12%
B=28.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871350.1700.280.2795.7727.6663.14
Hex9CBB871101C1B601c3f
Octal23427320721034331403477
Binary1001110010111011100001111000101110011011110000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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