Html Css Color HEX #9DA53E Brass

📋 copy color: '#9DA53E'

red 157 ◦ green 165 ◦ blue 62

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

Shades of Brass #9DA53E

Tints of Brass #9DA53E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.97%

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 40.89%
G = 42.97%
B = 16.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#9DA53E (or 0x9DA53E) is known color: Brass. HEX triplet: 9D, A5 and 3E. RGB value is (157,165,62). Sum of RGB (Red+Green+Blue) = 157+165+62=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA53E is #625AC1. Grayscale: #979797. Windows color (decimal): -6445762 or 4105629. OLE color: 4105629.

HSL color Cylindrical-coordinate representation of color #9DA53E: hue angle of 64.66º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DA53E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 157 165 62 -
CMYK 0.05 0 0.62 0.35
HSL 64.66º 0.45% 0.45% -
HSV(B) 64.66º 0.62% 0.65% -
XYZ 28.23 34.43 9.71 -
YUV 150.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 157 165 62 0.05 0 0.62 0.35 64.66 0.45 0.45
Hex 9D A5 3E 5 0 3E 23 41 2D 2D
Octal 235 245 76 5 0 76 43 101 55 55
Binary 10011101 10100101 111110 101 0 111110 100011 1000001 101101 101101

Color Harmonies of #9DA53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA53E

Black with #9DA53E

Text Example


Text Example

White with #9DA53E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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