#9D953F

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

Shades of Highball #9D953F

Tints of Highball #9D953F

Color information

#9D953F (or 0x9D953F) is unknown color: approx Highball. HEX triplet: 9D, 95 and 3F. RGB value is (157,149,63). Sum of RGB (Red+Green+Blue) = 157+149+63=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D953F is #626AC0. Grayscale: #8D8D8D. Windows color (decimal): -6449857 or 4167069. OLE color: 4167069.

HSL color Cylindrical-coordinate representation of color #9D953F: hue angle of 54.89º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D953F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB15714963-
CMYK00.050.600.38
HSL54.89º42.73%43.14%-
HSV(B)54.89º59.87%61.57%-
XYZ25.5529.028.96-
YUV141.5983.65138.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 63 (25% from 255) = 17.07%
R=42.55%
G=40.38%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571496300.050.600.3854.8942.7343.14
Hex9D953F053C26372b2b
Octal23522577057446675353
Binary10011101100101011111110101111100100110110111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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