#8E961F

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

Shades of Citron #8E961F

Tints of Citron #8E961F

Color information

#8E961F (or 0x8E961F) is unknown color: approx Citron. HEX triplet: 8E, 96 and 1F. RGB value is (142,150,31). Sum of RGB (Red+Green+Blue) = 142+150+31=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #8E961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E961F is #7169E0. Grayscale: #868686. Windows color (decimal): -7432673 or 2070158. OLE color: 2070158.

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

Color convert

RGB14215031-
CMYK0.0500.790.41
HSL64.03º65.75%35.49%-
HSV(B)64.03º79.33%58.82%-
XYZ22.3127.665.46-
YUV134.0469.85133.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 31 (12.5% from 255) = 9.60%
R=43.96%
G=46.44%
B=9.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142150310.0500.790.4164.0365.7535.49
Hex8E961F504F29404223
Octal21622637501175110010243
Binary1000111010010110111111010100111110100110000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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