#9D913B

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

Shades of Highball #9D913B

Tints of Highball #9D913B

Color information

#9D913B (or 0x9D913B) is unknown color: approx Highball. HEX triplet: 9D, 91 and 3B. RGB value is (157,145,59). Sum of RGB (Red+Green+Blue) = 157+145+59=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D913B is #626EC4. Grayscale: #8B8B8B. Windows color (decimal): -6450885 or 3903901. OLE color: 3903901.

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

Color convert

RGB15714559-
CMYK00.080.620.38
HSL52.65º45.37%42.35%-
HSV(B)52.65º62.42%61.57%-
XYZ24.8227.738.18-
YUV138.7882.98140.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.49%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=43.49%
G=40.17%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571455900.080.620.3852.6545.3742.35
Hex9D913B083E26352d2a
Octal235221730107646655552
Binary100111011001000111101101000111110100110110101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,59); }

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

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

 a { background-color: rgb(157,145,59); }

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

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

 span { border-color: rgb(157,145,59); }

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