Html Css Color HEX #9DA940 Brass

📋 copy color: '#9DA940'

red 157 ◦ green 169 ◦ blue 64

#9DA940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #9DA940

Tints of Brass #9DA940

RGB

 RED value IS 157 (61.72% from 255) = 40.26%

 GREEN value IS 169 (66.41% from 255) = 43.33%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 40.26%
G = 43.33%
B = 16.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#9DA940 (or 0x9DA940) is known color: Brass. HEX triplet: 9D, A9 and 40. RGB value is (157,169,64). Sum of RGB (Red+Green+Blue) = 157+169+64=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA940 is #6256BF. Grayscale: #999999. Windows color (decimal): -6444736 or 4237725. OLE color: 4237725.

HSL color Cylindrical-coordinate representation of color #9DA940: hue angle of 66.86º degrees, saturation: 0.45, 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 #9DA940 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 157 169 64 -
CMYK 0.07 0 0.62 0.34
HSL 66.86º 0.45% 0.46% -
HSV(B) 66.86º 0.62% 0.66% -
XYZ 29.02 35.91 10.25 -
YUV 153.44 77.52 130.54 -
System Red Green Blue C M Y K H S L
Decimal 157 169 64 0.07 0 0.62 0.34 66.86 0.45 0.46
Hex 9D A9 40 7 0 3E 22 43 2D 2E
Octal 235 251 100 7 0 76 42 103 55 56
Binary 10011101 10101001 1000000 111 0 111110 100010 1000011 101101 101110

Color Harmonies of #9DA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA940

Black with #9DA940

Text Example


Text Example

White with #9DA940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DA940;
 }
 .AnyTagClassName
 {
   color: #9DA940;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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