#8E952E

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

Shades of Citron #8E952E

Tints of Citron #8E952E

Color information

#8E952E (or 0x8E952E) is unknown color: approx Citron. HEX triplet: 8E, 95 and 2E. RGB value is (142,149,46). Sum of RGB (Red+Green+Blue) = 142+149+46=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #8E952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E952E is #716AD1. Grayscale: #878787. Windows color (decimal): -7432914 or 3052942. OLE color: 3052942.

HSL color Cylindrical-coordinate representation of color #8E952E: hue angle of 64.08º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E952E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14214946-
CMYK0.0500.690.42
HSL64.08º52.82%38.24%-
HSV(B)64.08º69.13%58.43%-
XYZ22.427.446.7-
YUV135.1677.68132.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 149 (58.59% from 255) = 44.21%
BLUE value IS 46 (18.36% from 255) = 13.65%
R=42.14%
G=44.21%
B=13.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149460.0500.690.4264.0852.8238.24
Hex8E952E50452A403526
Octal2162255650105521006546
Binary1000111010010101101110101010001011010101000000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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