Html Css Color HEX #9DA942 Brass

📋 copy color: '#9DA942'

red 157 ◦ green 169 ◦ blue 66

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

Shades of Brass #9DA942

Tints of Brass #9DA942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.84%

R = 40.05%
G = 43.11%
B = 16.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#9DA942 (or 0x9DA942) is known color: Brass. HEX triplet: 9D, A9 and 42. RGB value is (157,169,66). Sum of RGB (Red+Green+Blue) = 157+169+66=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA942 is #6256BD. Grayscale: #9A9A9A. Windows color (decimal): -6444734 or 4368797. OLE color: 4368797.

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

Color convert

RGB 157 169 66 -
CMYK 0.07 0 0.61 0.34
HSL 66.99º 0.44% 0.46% -
HSV(B) 66.99º 0.61% 0.66% -
XYZ 29.08 35.94 10.56 -
YUV 153.67 78.52 130.38 -
System Red Green Blue C M Y K H S L
Decimal 157 169 66 0.07 0 0.61 0.34 66.99 0.44 0.46
Hex 9D A9 42 7 0 3D 22 43 2C 2E
Octal 235 251 102 7 0 75 42 103 54 56
Binary 10011101 10101001 1000010 111 0 111101 100010 1000011 101100 101110

Color Harmonies of #9DA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA942

Black with #9DA942

Text Example


Text Example

White with #9DA942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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