#8E9B2F

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

Shades of Citron #8E9B2F

Tints of Citron #8E9B2F

Color information

#8E9B2F (or 0x8E9B2F) is unknown color: approx Citron. HEX triplet: 8E, 9B and 2F. RGB value is (142,155,47). Sum of RGB (Red+Green+Blue) = 142+155+47=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9B2F is #7164D0. Grayscale: #8B8B8B. Windows color (decimal): -7431377 or 3120014. OLE color: 3120014.

HSL color Cylindrical-coordinate representation of color #8E9B2F: hue angle of 67.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E9B2F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB14215547-
CMYK0.0800.700.39
HSL67.22º53.47%39.61%-
HSV(B)67.22º69.68%60.78%-
XYZ23.3929.47.13-
YUV138.876.19130.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 47 (18.75% from 255) = 13.66%
R=41.28%
G=45.06%
B=13.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142155470.0800.700.3967.2253.4739.61
Hex8E9B2F804627433528
Octal21623357100106471036550
Binary10001110100110111011111000010001101001111000011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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