#9CAF87

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

Shades of Norway #9CAF87

Tints of Norway #9CAF87

Color information

#9CAF87 (or 0x9CAF87) is unknown color: approx Norway. HEX triplet: 9C, AF and 87. RGB value is (156,175,135). Sum of RGB (Red+Green+Blue) = 156+175+135=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF87 is #635078. Grayscale: #A4A4A4. Windows color (decimal): -6508665 or 8892316. OLE color: 8892316.

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

Color convert

RGB156175135-
CMYK0.1100.230.31
HSL88.5º20%60.78%-
HSV(B)88.5º22.86%68.63%-
XYZ33.4139.4828.78-
YUV164.76111.21121.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 135 (53.12% from 255) = 28.97%
R=33.48%
G=37.55%
B=28.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751350.1100.230.3188.52060.78
Hex9CAF87B0171F58143d
Octal23425720713027371302475
Binary100111001010111110000111101101011111111101100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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