#9da63f

Color #9DA63F Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #9DA63F

Tints of Brass #9DA63F

Color information

#9DA63F (or 0x9DA63F) is unknown color: approx Brass. HEX triplet: 9D, A6 and 3F. RGB value is (157,166,63). Sum of RGB (Red+Green+Blue) = 157+166+63=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA63F is #6259C0. Grayscale: #979797. Windows color (decimal): -6445505 or 4171421. OLE color: 4171421.

HSL color Cylindrical-coordinate representation of color #9DA63F: hue angle of 65.24º 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 #9DA63F is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB15716663-
CMYK0.0500.620.35
HSL65.24º44.98%44.9%-
HSV(B)65.24º62.05%65.1%-
XYZ28.4434.89.92-
YUV151.5778.02131.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.67%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 63 (25% from 255) = 16.32%
R=40.67%
G=43.01%
B=16.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157166630.0500.620.3565.2444.9844.9
Hex9DA63F503E23412d2d
Octal235246775076431015555
Binary100111011010011011111110101111101000111000001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9da63f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9da63f;
 }
 .AnyTagClassName
 {
   color: #9da63f;
 }
</style>
background-color css

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

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

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

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

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

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