#9CAE92

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

Shades of Norway #9CAE92

Tints of Norway #9CAE92

Color information

#9CAE92 (or 0x9CAE92) is unknown color: approx Norway. HEX triplet: 9C, AE and 92. RGB value is (156,174,146). Sum of RGB (Red+Green+Blue) = 156+174+146=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAE92 is #63516D. Grayscale: #A5A5A5. Windows color (decimal): -6508910 or 9612956. OLE color: 9612956.

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

Color convert

RGB156174146-
CMYK0.1000.160.32
HSL98.57º14.74%62.75%-
HSV(B)98.57º16.09%68.24%-
XYZ34.0339.4233.01-
YUV165.43117.04121.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 174 (68.36% from 255) = 36.55%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=32.77%
G=36.55%
B=30.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561741460.1000.160.3298.5714.7462.75
Hex9CAE92A0102063f3f
Octal23425622212020401431777
Binary100111001010111010010010101001000010000011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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