#8E931F

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

Shades of Citron #8E931F

Tints of Citron #8E931F

Color information

#8E931F (or 0x8E931F) is unknown color: approx Citron. HEX triplet: 8E, 93 and 1F. RGB value is (142,147,31). Sum of RGB (Red+Green+Blue) = 142+147+31=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #8E931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E931F is #716CE0. Grayscale: #848484. Windows color (decimal): -7433441 or 2069390. OLE color: 2069390.

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

Color convert

RGB14214731-
CMYK0.0300.790.42
HSL62.59º65.17%34.9%-
HSV(B)62.59º78.91%57.65%-
XYZ21.8426.725.3-
YUV132.2870.84134.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 31 (12.5% from 255) = 9.69%
R=44.38%
G=45.94%
B=9.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147310.0300.790.4262.5965.1734.9
Hex8E931F304F2A3f4123
Octal2162233730117527710143
Binary10001110100100111111111010011111010101111111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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