#8E962F

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

Shades of Citron #8E962F

Tints of Citron #8E962F

Color information

#8E962F (or 0x8E962F) is unknown color: approx Citron. HEX triplet: 8E, 96 and 2F. RGB value is (142,150,47). Sum of RGB (Red+Green+Blue) = 142+150+47=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #8E962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E962F is #7169D0. Grayscale: #888888. Windows color (decimal): -7432657 or 3118734. OLE color: 3118734.

HSL color Cylindrical-coordinate representation of color #8E962F: hue angle of 64.66º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E962F is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB14215047-
CMYK0.0500.690.41
HSL64.66º52.28%38.63%-
HSV(B)64.66º68.67%58.82%-
XYZ22.5727.776.86-
YUV135.8777.85132.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 47 (18.75% from 255) = 13.86%
R=41.89%
G=44.25%
B=13.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142150470.0500.690.4164.6652.2838.63
Hex8E962F504529413427
Octal2162265750105511016447
Binary1000111010010110101111101010001011010011000001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,47); }

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

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

 a { background-color: rgb(142,150,47); }

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

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

 span { border-color: rgb(142,150,47); }

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