#8E950C

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

Shades of Citron #8E950C

Tints of Citron #8E950C

Color information

#8E950C (or 0x8E950C) is unknown color: approx Citron. HEX triplet: 8E, 95 and 0C. RGB value is (142,149,12). Sum of RGB (Red+Green+Blue) = 142+149+12=303 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.86% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #8E950C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E950C is #716AF3. Grayscale: #838383. Windows color (decimal): -7432948 or 824718. OLE color: 824718.

HSL color Cylindrical-coordinate representation of color #8E950C: hue angle of 63.07º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E950C is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14214912-
CMYK0.0500.920.42
HSL63.07º85.09%31.57%-
HSV(B)63.07º91.95%58.43%-
XYZ21.9727.274.45-
YUV131.2960.68135.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.86%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 12 (5.08% from 255) = 3.96%
R=46.86%
G=49.17%
B=3.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142149120.0500.920.4263.0785.0931.57
Hex8E95C505C2A3f5520
Octal2162251450134527712540
Binary10001110100101011100101010111001010101111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,12); }

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

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

 a { background-color: rgb(142,149,12); }

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

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

 span { border-color: rgb(142,149,12); }

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