#9E9E3A

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

Shades of Highball #9E9E3A

Tints of Highball #9E9E3A

Color information

#9E9E3A (or 0x9E9E3A) is unknown color: approx Highball. HEX triplet: 9E, 9E and 3A. RGB value is (158,158,58). Sum of RGB (Red+Green+Blue) = 158+158+58=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 158 - color contains mainly: red, green. Hex color #9E9E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9E3A is #6161C5. Grayscale: #939393. Windows color (decimal): -6382022 or 3841694. OLE color: 3841694.

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

Color convert

RGB15815858-
CMYK000.630.38
HSL60º46.3%42.35%-
HSV(B)60º63.29%61.96%-
XYZ27.0932.038.76-
YUV146.678136.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=42.25%
G=42.25%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815858000.630.386046.342.35
Hex9E9E3A003F263c2e2a
Octal23623672007746745652
Binary100111101001111011101000111111100110111100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,158,58); }

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

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

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

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

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

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

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