#8E9320

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

Shades of Citron #8E9320

Tints of Citron #8E9320

Color information

#8E9320 (or 0x8E9320) is unknown color: approx Citron. HEX triplet: 8E, 93 and 20. RGB value is (142,147,32). Sum of RGB (Red+Green+Blue) = 142+147+32=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9320 is #716CDF. Grayscale: #848484. Windows color (decimal): -7433440 or 2134926. OLE color: 2134926.

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

Color convert

RGB14214732-
CMYK0.0300.780.42
HSL62.61º64.25%35.1%-
HSV(B)62.61º78.23%57.65%-
XYZ21.8526.725.37-
YUV132.471.34134.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 32 (12.89% from 255) = 9.97%
R=44.24%
G=45.79%
B=9.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147320.0300.780.4262.6164.2535.1
Hex8E9320304E2A3f4023
Octal2162234030116527710043
Binary100011101001001110000011010011101010101111111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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