#8E9C0D

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

Shades of Citron #8E9C0D

Tints of Citron #8E9C0D

Color information

#8E9C0D (or 0x8E9C0D) is unknown color: approx Citron. HEX triplet: 8E, 9C and 0D. RGB value is (142,156,13). Sum of RGB (Red+Green+Blue) = 142+156+13=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #8E9C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E9C0D is #7163F2. Grayscale: #888888. Windows color (decimal): -7431155 or 892046. OLE color: 892046.

HSL color Cylindrical-coordinate representation of color #8E9C0D: hue angle of 65.87º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E9C0D is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB14215613-
CMYK0.0900.920.39
HSL65.87º84.62%33.14%-
HSV(B)65.87º91.67%61.18%-
XYZ23.1229.564.87-
YUV135.5158.86132.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 156 (61.33% from 255) = 50.16%
BLUE value IS 13 (5.47% from 255) = 4.18%
R=45.66%
G=50.16%
B=4.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142156130.0900.920.3965.8784.6233.14
Hex8E9CD905C27425521
Octal216234151101344710212541
Binary1000111010011100110110010101110010011110000101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,156,13); }

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

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

 a { background-color: rgb(142,156,13); }

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

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

 span { border-color: rgb(142,156,13); }

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