#9DAA40

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

Shades of Brass #9DAA40

Tints of Brass #9DAA40

Color information

#9DAA40 (or 0x9DAA40) is unknown color: approx Brass. HEX triplet: 9D, AA and 40. RGB value is (157,170,64). Sum of RGB (Red+Green+Blue) = 157+170+64=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAA40 is #6255BF. Grayscale: #9A9A9A. Windows color (decimal): -6444480 or 4237981. OLE color: 4237981.

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

Color convert

RGB15717064-
CMYK0.0800.620.33
HSL67.36º45.3%45.88%-
HSV(B)67.36º62.35%66.67%-
XYZ29.236.2910.32-
YUV154.0377.19130.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=40.15%
G=43.48%
B=16.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157170640.0800.620.3367.3645.345.88
Hex9DAA40803E21432d2e
Octal23525210010076411035556
Binary10011101101010101000000100001111101000011000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,64); }

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

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

 a { background-color: rgb(157,170,64); }

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

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

 span { border-color: rgb(157,170,64); }

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