#8E9221

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

Shades of Citron #8E9221

Tints of Citron #8E9221

Color information

#8E9221 (or 0x8E9221) is unknown color: approx Citron. HEX triplet: 8E, 92 and 21. RGB value is (142,146,33). Sum of RGB (Red+Green+Blue) = 142+146+33=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9221 is #716DDE. Grayscale: #848484. Windows color (decimal): -7433695 or 2200206. OLE color: 2200206.

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

Color convert

RGB14214633-
CMYK0.0300.770.43
HSL62.12º63.13%35.1%-
HSV(B)62.12º77.4%57.25%-
XYZ21.7126.425.39-
YUV131.9272.17135.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 33 (13.28% from 255) = 10.28%
R=44.24%
G=45.48%
B=10.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146330.0300.770.4362.1263.1335.1
Hex8E9221304D2B3e3f23
Octal216222413011553767743
Binary10001110100100101000011101001101101011111110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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