#8E9312

Color #8E9312 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8E9312

Tints of Citron #8E9312

Color information

#8E9312 (or 0x8E9312) is unknown color: approx Citron. HEX triplet: 8E, 93 and 12. RGB value is (142,147,18). Sum of RGB (Red+Green+Blue) = 142+147+18=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9312 is #716CED. Grayscale: #838383. Windows color (decimal): -7433454 or 1217422. OLE color: 1217422.

HSL color Cylindrical-coordinate representation of color #8E9312: hue angle of 62.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E9312 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB14214718-
CMYK0.0300.880.42
HSL62.33º78.18%32.35%-
HSV(B)62.33º87.76%57.65%-
XYZ21.726.664.57-
YUV130.864.34135.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.25%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 18 (7.42% from 255) = 5.86%
R=46.25%
G=47.88%
B=5.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147180.0300.880.4262.3378.1832.35
Hex8E931230582A3e4e20
Octal2162232230130527611640
Binary10001110100100111001011010110001010101111101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9312; }

 p { color: rgb(142,147,18); }

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

<style>
 a { background-color: #8E9312; }

 a { background-color: rgb(142,147,18); }

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

<style>
 span { border-color: #8E9312; }

 span { border-color: rgb(142,147,18); }

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