#8E9B1C

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

Shades of Citron #8E9B1C

Tints of Citron #8E9B1C

Color information

#8E9B1C (or 0x8E9B1C) is unknown color: approx Citron. HEX triplet: 8E, 9B and 1C. RGB value is (142,155,28). Sum of RGB (Red+Green+Blue) = 142+155+28=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9B1C is #7164E3. Grayscale: #898989. Windows color (decimal): -7431396 or 1874830. OLE color: 1874830.

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

Color convert

RGB14215528-
CMYK0.0800.820.39
HSL66.14º69.4%35.88%-
HSV(B)66.14º81.94%60.78%-
XYZ23.0929.285.53-
YUV136.6466.69131.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 28 (11.33% from 255) = 8.62%
R=43.69%
G=47.69%
B=8.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142155280.0800.820.3966.1469.435.88
Hex8E9B1C805227424524
Octal216233341001224710210544
Binary10001110100110111110010000101001010011110000101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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