#8E9224

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

Shades of Citron #8E9224

Tints of Citron #8E9224

Color information

#8E9224 (or 0x8E9224) is unknown color: approx Citron. HEX triplet: 8E, 92 and 24. RGB value is (142,146,36). Sum of RGB (Red+Green+Blue) = 142+146+36=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9224 is #716DDB. Grayscale: #848484. Windows color (decimal): -7433692 or 2396814. OLE color: 2396814.

HSL color Cylindrical-coordinate representation of color #8E9224: hue angle of 62.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E9224 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB14214636-
CMYK0.0300.750.43
HSL62.18º60.44%35.69%-
HSV(B)62.18º75.34%57.25%-
XYZ21.7526.445.63-
YUV132.2673.67134.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 36 (14.45% from 255) = 11.11%
R=43.83%
G=45.06%
B=11.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146360.0300.750.4362.1860.4435.69
Hex8E9224304B2B3e3c24
Octal216222443011353767444
Binary10001110100100101001001101001011101011111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,146,36); }

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

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

 a { background-color: rgb(142,146,36); }

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

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

 span { border-color: rgb(142,146,36); }

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