#8E9B2C

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

Shades of Citron #8E9B2C

Tints of Citron #8E9B2C

Color information

#8E9B2C (or 0x8E9B2C) is unknown color: approx Citron. HEX triplet: 8E, 9B and 2C. RGB value is (142,155,44). Sum of RGB (Red+Green+Blue) = 142+155+44=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9B2C is #7164D3. Grayscale: #8A8A8A. Windows color (decimal): -7431380 or 2923406. OLE color: 2923406.

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

Color convert

RGB14215544-
CMYK0.0800.720.39
HSL67.03º55.78%39.02%-
HSV(B)67.03º71.61%60.78%-
XYZ23.3329.386.82-
YUV138.4674.69130.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=41.64%
G=45.45%
B=12.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142155440.0800.720.3967.0355.7839.02
Hex8E9B2C804827433827
Octal21623354100110471037047
Binary10001110100110111011001000010010001001111000011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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