#9DA73A

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

Shades of Brass #9DA73A

Tints of Brass #9DA73A

Color information

#9DA73A (or 0x9DA73A) is unknown color: approx Brass. HEX triplet: 9D, A7 and 3A. RGB value is (157,167,58). Sum of RGB (Red+Green+Blue) = 157+167+58=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #9DA73A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA73A is #6258C5. Grayscale: #989898. Windows color (decimal): -6445254 or 3843997. OLE color: 3843997.

HSL color Cylindrical-coordinate representation of color #9DA73A: hue angle of 65.5º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DA73A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB15716758-
CMYK0.0600.650.35
HSL65.5º48.44%44.12%-
HSV(B)65.5º65.27%65.49%-
XYZ28.4935.119.28-
YUV151.5875.19131.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 58 (23.05% from 255) = 15.18%
R=41.10%
G=43.72%
B=15.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157167580.0600.650.3565.548.4444.12
Hex9DA73A60412342302c
Octal2352477260101431026054
Binary1001110110100111111010110010000011000111000010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,167,58); }

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

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

 a { background-color: rgb(157,167,58); }

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

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

 span { border-color: rgb(157,167,58); }

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