#9D983B

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

Shades of Highball #9D983B

Tints of Highball #9D983B

Color information

#9D983B (or 0x9D983B) is unknown color: approx Highball. HEX triplet: 9D, 98 and 3B. RGB value is (157,152,59). Sum of RGB (Red+Green+Blue) = 157+152+59=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D983B is #6267C4. Grayscale: #8F8F8F. Windows color (decimal): -6449093 or 3905693. OLE color: 3905693.

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

Color convert

RGB15715259-
CMYK00.030.620.38
HSL56.94º45.37%42.35%-
HSV(B)56.94º62.42%61.57%-
XYZ25.9229.948.55-
YUV142.8980.66138.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 59 (23.44% from 255) = 16.03%
R=42.66%
G=41.30%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571525900.030.620.3856.9445.3742.35
Hex9D983B033E26392d2a
Octal23523073037646715552
Binary1001110110011000111011011111110100110111001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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