#8E9322

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

Shades of Citron #8E9322

Tints of Citron #8E9322

Color information

#8E9322 (or 0x8E9322) is unknown color: approx Citron. HEX triplet: 8E, 93 and 22. RGB value is (142,147,34). Sum of RGB (Red+Green+Blue) = 142+147+34=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #8E9322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9322 is #716CDD. Grayscale: #858585. Windows color (decimal): -7433438 or 2265998. OLE color: 2265998.

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

Color convert

RGB14214734-
CMYK0.0300.770.42
HSL62.65º62.43%35.49%-
HSV(B)62.65º76.87%57.65%-
XYZ21.8826.735.52-
YUV132.6272.34134.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 147 (57.81% from 255) = 45.51%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=43.96%
G=45.51%
B=10.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142147340.0300.770.4262.6562.4335.49
Hex8E9322304D2A3f3e23
Octal216223423011552777643
Binary10001110100100111000101101001101101010111111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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