#9e943f

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

Shades of Highball #9E943F

Tints of Highball #9E943F

Color information

#9E943F (or 0x9E943F) is unknown color: approx Highball. HEX triplet: 9E, 94 and 3F. RGB value is (158,148,63). Sum of RGB (Red+Green+Blue) = 158+148+63=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E943F is #616BC0. Grayscale: #8D8D8D. Windows color (decimal): -6384577 or 4166814. OLE color: 4166814.

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

Color convert

RGB15814863-
CMYK00.060.600.38
HSL53.68º42.99%43.33%-
HSV(B)53.68º60.13%61.96%-
XYZ25.5928.818.91-
YUV141.383.81139.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 63 (25% from 255) = 17.07%
R=42.82%
G=40.11%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581486300.060.600.3853.6842.9943.33
Hex9E943F063C26362b2b
Octal23622477067446665353
Binary10011110100101001111110110111100100110110110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e943f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,148,63); }

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

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

 a { background-color: rgb(158,148,63); }

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

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

 span { border-color: rgb(158,148,63); }

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