#9CA941

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

Shades of Brass #9CA941

Tints of Brass #9CA941

Color information

#9CA941 (or 0x9CA941) is unknown color: approx Brass. HEX triplet: 9C, A9 and 41. RGB value is (156,169,65). Sum of RGB (Red+Green+Blue) = 156+169+65=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA941 is #6356BE. Grayscale: #999999. Windows color (decimal): -6510271 or 4303260. OLE color: 4303260.

HSL color Cylindrical-coordinate representation of color #9CA941: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CA941 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB15616965-
CMYK0.0800.620.34
HSL67.5º44.44%45.88%-
HSV(B)67.5º61.54%66.27%-
XYZ28.8535.8310.4-
YUV153.2678.19129.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 43.33%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=40%
G=43.33%
B=16.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156169650.0800.620.3467.544.4445.88
Hex9CA941803E22442c2e
Octal23425110110076421045456
Binary10011100101010011000001100001111101000101000100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,169,65); }

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

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

 a { background-color: rgb(156,169,65); }

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

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

 span { border-color: rgb(156,169,65); }

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