#9DA93E

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

Shades of Brass #9DA93E

Tints of Brass #9DA93E

Color information

#9DA93E (or 0x9DA93E) is unknown color: approx Brass. HEX triplet: 9D, A9 and 3E. RGB value is (157,169,62). Sum of RGB (Red+Green+Blue) = 157+169+62=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA93E is #6256C1. Grayscale: #999999. Windows color (decimal): -6444738 or 4106653. OLE color: 4106653.

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

Color convert

RGB15716962-
CMYK0.0700.630.34
HSL66.73º46.32%45.29%-
HSV(B)66.73º63.31%66.27%-
XYZ28.9635.899.96-
YUV153.2176.52130.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 169 (66.41% from 255) = 43.56%
BLUE value IS 62 (24.61% from 255) = 15.98%
R=40.46%
G=43.56%
B=15.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157169620.0700.630.3466.7346.3245.29
Hex9DA93E703F22432e2d
Octal235251767077421035655
Binary100111011010100111111011101111111000101000011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,169,62); }

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

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

 a { background-color: rgb(157,169,62); }

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

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

 span { border-color: rgb(157,169,62); }

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