Html Css Color HEX #9DA445 Brass

📋 copy color: '#9DA445'

red 157 ◦ green 164 ◦ blue 69

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

Shades of Brass #9DA445

Tints of Brass #9DA445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.69%

R = 40.26%
G = 42.05%
B = 17.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#9DA445 (or 0x9DA445) is known color: Brass. HEX triplet: 9D, A4 and 45. RGB value is (157,164,69). Sum of RGB (Red+Green+Blue) = 157+164+69=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 164 - color contains mainly: green. Hex color #9DA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA445 is #625BBA. Grayscale: #979797. Windows color (decimal): -6446011 or 4564125. OLE color: 4564125.

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

Color convert

RGB 157 164 69 -
CMYK 0.04 0 0.58 0.36
HSL 64.42º 0.41% 0.46% -
HSV(B) 64.42º 0.58% 0.64% -
XYZ 28.25 34.15 10.73 -
YUV 151.08 81.68 132.22 -
System Red Green Blue C M Y K H S L
Decimal 157 164 69 0.04 0 0.58 0.36 64.42 0.41 0.46
Hex 9D A4 45 4 0 3A 24 40 29 2E
Octal 235 244 105 4 0 72 44 100 51 56
Binary 10011101 10100100 1000101 100 0 111010 100100 1000000 101001 101110

Color Harmonies of #9DA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA445

Black with #9DA445

Text Example


Text Example

White with #9DA445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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