#9CAF92

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

Shades of Norway #9CAF92

Tints of Norway #9CAF92

Color information

#9CAF92 (or 0x9CAF92) is unknown color: approx Norway. HEX triplet: 9C, AF and 92. RGB value is (156,175,146). Sum of RGB (Red+Green+Blue) = 156+175+146=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF92 is #63506D. Grayscale: #A6A6A6. Windows color (decimal): -6508654 or 9613212. OLE color: 9613212.

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

Color convert

RGB156175146-
CMYK0.1100.170.31
HSL99.31º15.34%62.94%-
HSV(B)99.31º16.57%68.63%-
XYZ34.2339.833.07-
YUV166.01116.71120.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=32.70%
G=36.69%
B=30.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751460.1100.170.3199.3115.3462.94
Hex9CAF92B0111F63f3f
Octal23425722213021371431777
Binary10011100101011111001001010110100011111111000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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