#8E8E15

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

Shades of Citron #8E8E15

Tints of Citron #8E8E15

Color information

#8E8E15 (or 0x8E8E15) is unknown color: approx Citron. HEX triplet: 8E, 8E and 15. RGB value is (142,142,21). Sum of RGB (Red+Green+Blue) = 142+142+21=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 142 - color contains mainly: red, green. Hex color #8E8E15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8E15 is #7171EA. Grayscale: #808080. Windows color (decimal): -7434731 or 1412750. OLE color: 1412750.

HSL color Cylindrical-coordinate representation of color #8E8E15: hue angle of 60º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E8E15 is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB14214221-
CMYK000.850.44
HSL60º74.23%31.96%-
HSV(B)60º85.21%55.69%-
XYZ20.9625.154.46-
YUV128.2167.5137.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 21 (8.59% from 255) = 6.89%
R=46.56%
G=46.56%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14214221000.850.446074.2331.96
Hex8E8E1500552C3c4a20
Octal2162162500125547411240
Binary1000111010001110101010010101011011001111001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,142,21); }

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

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

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

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

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

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

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