Shades of Brass #9DA93D
Tints of Brass #9DA93D
RGB
CMYK
RGB Variations
Color information
#9DA93D (or 0x9DA93D) is known color: Brass. HEX triplet: 9D, A9 and 3D. RGB value is (157,169,61). Sum of RGB (Red+Green+Blue) = 157+169+61=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA93D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA93D is #6256C2. Grayscale: #999999. Windows color (decimal): -6444739 or 4041117. OLE color: 4041117.
HSL color Cylindrical-coordinate representation of color #9DA93D: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DA93D is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 61 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.34 |
| HSL | 66.67º | 0.47% | 0.45% | - |
| HSV(B) | 66.67º | 0.64% | 0.66% | - |
| XYZ | 28.93 | 35.88 | 9.82 | - |
| YUV | 153.1 | 76.02 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 61 | 0.07 | 0 | 0.64 | 0.34 | 66.67 | 0.47 | 0.45 |
| Hex | 9D | A9 | 3D | 7 | 0 | 40 | 22 | 43 | 2F | 2D |
| Octal | 235 | 251 | 75 | 7 | 0 | 100 | 42 | 103 | 57 | 55 |
| Binary | 10011101 | 10101001 | 111101 | 111 | 0 | 1000000 | 100010 | 1000011 | 101111 | 101101 |
Color Harmonies of #9DA93D
Complementary color
Monochromatic Colors of #9DA93D
Black with #9DA93D
Text Example
Text Example
White with #9DA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA93D; }
p { color: rgb(157,169,61); }
H1.HeaderClassName
{
color: #9DA93D;
}
.AnyTagClassName
{
color: #9DA93D;
}
</style>
background-color css
<style>
a { background-color: #9DA93D; }
a { background-color: rgb(157,169,61); }
div.DivClassName
{
background-color: #9DA93D;
}
.BgClassName
{
background-color: #9DA93D;
}
</style>
border-color css
<style>
span { border-color: #9DA93D; }
span { border-color: rgb(157,169,61); }
td.TdClassName
{
border-color: #9DA93D;
}
.TagClassName
{
border-color: #9DA93D;
}
</style>