#9CB08E

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

Shades of Norway #9CB08E

Tints of Norway #9CB08E

Color information

#9CB08E (or 0x9CB08E) is unknown color: approx Norway. HEX triplet: 9C, B0 and 8E. RGB value is (156,176,142). Sum of RGB (Red+Green+Blue) = 156+176+142=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB08E is #634F71. Grayscale: #A6A6A6. Windows color (decimal): -6508402 or 9351324. OLE color: 9351324.

HSL color Cylindrical-coordinate representation of color #9CB08E: hue angle of 95.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CB08E is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB156176142-
CMYK0.1100.190.31
HSL95.29º17.71%62.35%-
HSV(B)95.29º19.32%69.02%-
XYZ34.1240.0731.53-
YUV166.14114.37120.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.91%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 142 (55.86% from 255) = 29.96%
R=32.91%
G=37.13%
B=29.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561761420.1100.190.3195.2917.7162.35
Hex9CB08EB0131F5f123e
Octal23426021613023371372276
Binary100111001011000010001110101101001111111101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,176,142); }

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

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

 a { background-color: rgb(156,176,142); }

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

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

 span { border-color: rgb(156,176,142); }

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