Html Css Color HEX #9DA444 Brass

📋 copy color: '#9DA444'

red 157 ◦ green 164 ◦ blue 68

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

Shades of Brass #9DA444

Tints of Brass #9DA444

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 40.36%
G = 42.16%
B = 17.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#9DA444 (or 0x9DA444) is known color: Brass. HEX triplet: 9D, A4 and 44. RGB value is (157,164,68). Sum of RGB (Red+Green+Blue) = 157+164+68=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA444 is #625BBB. Grayscale: #979797. Windows color (decimal): -6446012 or 4498589. OLE color: 4498589.

HSL color Cylindrical-coordinate representation of color #9DA444: hue angle of 64.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DA444 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 157 164 68 -
CMYK 0.04 0 0.59 0.36
HSL 64.38º 0.41% 0.45% -
HSV(B) 64.38º 0.59% 0.64% -
XYZ 28.22 34.14 10.57 -
YUV 150.96 81.18 132.31 -
System Red Green Blue C M Y K H S L
Decimal 157 164 68 0.04 0 0.59 0.36 64.38 0.41 0.45
Hex 9D A4 44 4 0 3B 24 40 29 2D
Octal 235 244 104 4 0 73 44 100 51 55
Binary 10011101 10100100 1000100 100 0 111011 100100 1000000 101001 101101

Color Harmonies of #9DA444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA444

Black with #9DA444

Text Example


Text Example

White with #9DA444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,164,68); }

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

background-color css

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

 a { background-color: rgb(157,164,68); }

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

border-color css

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

 span { border-color: rgb(157,164,68); }

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