#9CAE87

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

Shades of Norway #9CAE87

Tints of Norway #9CAE87

Color information

#9CAE87 (or 0x9CAE87) is unknown color: approx Norway. HEX triplet: 9C, AE and 87. RGB value is (156,174,135). Sum of RGB (Red+Green+Blue) = 156+174+135=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAE87 is #635178. Grayscale: #A4A4A4. Windows color (decimal): -6508921 or 8892060. OLE color: 8892060.

HSL color Cylindrical-coordinate representation of color #9CAE87: hue angle of 87.69º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CAE87 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB156174135-
CMYK0.1000.220.32
HSL87.69º19.4%60.59%-
HSV(B)87.69º22.41%68.24%-
XYZ33.2239.0928.72-
YUV164.17111.54122.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 174 (68.36% from 255) = 37.42%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=33.55%
G=37.42%
B=29.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561741350.1000.220.3287.6919.460.59
Hex9CAE87A0162058133d
Octal23425620712026401302375
Binary1001110010101110100001111010010110100000101100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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