#8E922D

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

Shades of Citron #8E922D

Tints of Citron #8E922D

Color information

#8E922D (or 0x8E922D) is unknown color: approx Citron. HEX triplet: 8E, 92 and 2D. RGB value is (142,146,45). Sum of RGB (Red+Green+Blue) = 142+146+45=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #8E922D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E922D is #716DD2. Grayscale: #858585. Windows color (decimal): -7433683 or 2986638. OLE color: 2986638.

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

Color convert

RGB14214645-
CMYK0.0300.690.43
HSL62.38º52.88%37.45%-
HSV(B)62.38º69.18%57.25%-
XYZ21.9126.56.44-
YUV133.2978.17134.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=42.64%
G=43.84%
B=13.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146450.0300.690.4362.3852.8837.45
Hex8E922D30452B3e3525
Octal216222553010553766545
Binary10001110100100101011011101000101101011111110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E922D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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