#8E982E

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

Shades of Citron #8E982E

Tints of Citron #8E982E

Color information

#8E982E (or 0x8E982E) is unknown color: approx Citron. HEX triplet: 8E, 98 and 2E. RGB value is (142,152,46). Sum of RGB (Red+Green+Blue) = 142+152+46=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #8E982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E982E is #7167D1. Grayscale: #898989. Windows color (decimal): -7432146 or 3053710. OLE color: 3053710.

HSL color Cylindrical-coordinate representation of color #8E982E: hue angle of 65.66º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E982E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB14215246-
CMYK0.0700.700.40
HSL65.66º53.54%38.82%-
HSV(B)65.66º69.74%59.61%-
XYZ22.8828.46.86-
YUV136.9376.69131.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 46 (18.36% from 255) = 13.53%
R=41.76%
G=44.71%
B=13.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142152460.0700.700.4065.6653.5438.82
Hex8E982E704628423627
Octal2162305670106501026647
Binary1000111010011000101110111010001101010001000010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E982E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,152,46); }

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

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

 a { background-color: rgb(142,152,46); }

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

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

 span { border-color: rgb(142,152,46); }

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