#9CAF84

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

Shades of Norway #9CAF84

Tints of Norway #9CAF84

Color information

#9CAF84 (or 0x9CAF84) is unknown color: approx Norway. HEX triplet: 9C, AF and 84. RGB value is (156,175,132). Sum of RGB (Red+Green+Blue) = 156+175+132=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF84 is #63507B. Grayscale: #A4A4A4. Windows color (decimal): -6508668 or 8695708. OLE color: 8695708.

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

Color convert

RGB156175132-
CMYK0.1100.250.31
HSL86.51º21.18%60.2%-
HSV(B)86.51º24.57%68.63%-
XYZ33.2139.3927.68-
YUV164.42109.71122-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=33.69%
G=37.80%
B=28.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751320.1100.250.3186.5121.1860.2
Hex9CAF84B0191F57153c
Octal23425720413031371272574
Binary100111001010111110000100101101100111111101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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