Html Css Color HEX #9DAB3F Brass

📋 copy color: '#9DAB3F'

red 157 ◦ green 171 ◦ blue 63

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

Shades of Brass #9DAB3F

Tints of Brass #9DAB3F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.73%

 BLUE value IS 63 (25% from 255) = 16.11%

R = 40.15%
G = 43.73%
B = 16.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#9DAB3F (or 0x9DAB3F) is known color: Brass. HEX triplet: 9D, AB and 3F. RGB value is (157,171,63). Sum of RGB (Red+Green+Blue) = 157+171+63=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAB3F is #6254C0. Grayscale: #9A9A9A. Windows color (decimal): -6444225 or 4172701. OLE color: 4172701.

HSL color Cylindrical-coordinate representation of color #9DAB3F: hue angle of 67.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DAB3F is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 171 63 -
CMYK 0.08 0 0.63 0.33
HSL 67.78º 0.46% 0.46% -
HSV(B) 67.78º 0.63% 0.67% -
XYZ 29.36 36.65 10.23 -
YUV 154.5 76.36 129.78 -
System Red Green Blue C M Y K H S L
Decimal 157 171 63 0.08 0 0.63 0.33 67.78 0.46 0.46
Hex 9D AB 3F 8 0 3F 21 44 2E 2E
Octal 235 253 77 10 0 77 41 104 56 56
Binary 10011101 10101011 111111 1000 0 111111 100001 1000100 101110 101110

Color Harmonies of #9DAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAB3F

Black with #9DAB3F

Text Example


Text Example

White with #9DAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,171,63); }

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

background-color css

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

 a { background-color: rgb(157,171,63); }

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

border-color css

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

 span { border-color: rgb(157,171,63); }

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