#8E9828

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

Shades of Citron #8E9828

Tints of Citron #8E9828

Color information

#8E9828 (or 0x8E9828) is unknown color: approx Citron. HEX triplet: 8E, 98 and 28. RGB value is (142,152,40). Sum of RGB (Red+Green+Blue) = 142+152+40=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9828 is #7167D7. Grayscale: #888888. Windows color (decimal): -7432152 or 2660494. OLE color: 2660494.

HSL color Cylindrical-coordinate representation of color #8E9828: hue angle of 65.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E9828 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB14215240-
CMYK0.0700.740.40
HSL65.36º58.33%37.65%-
HSV(B)65.36º73.68%59.61%-
XYZ22.7728.366.28-
YUV136.2473.69132.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 40 (16.02% from 255) = 11.98%
R=42.51%
G=45.51%
B=11.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142152400.0700.740.4065.3658.3337.65
Hex8E9828704A28413a26
Octal2162305070112501017246
Binary1000111010011000101000111010010101010001000001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,152,40); }

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

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

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

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

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

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

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