#8E9B1F

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

Shades of Citron #8E9B1F

Tints of Citron #8E9B1F

Color information

#8E9B1F (or 0x8E9B1F) is unknown color: approx Citron. HEX triplet: 8E, 9B and 1F. RGB value is (142,155,31). Sum of RGB (Red+Green+Blue) = 142+155+31=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9B1F is #7164E0. Grayscale: #898989. Windows color (decimal): -7431393 or 2071438. OLE color: 2071438.

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

Color convert

RGB14215531-
CMYK0.0800.80.39
HSL66.29º66.67%36.47%-
HSV(B)66.29º80%60.78%-
XYZ23.1229.295.73-
YUV136.9868.19131.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.29%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=43.29%
G=47.26%
B=9.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142155310.0800.80.3966.2966.6736.47
Hex8E9B1F805027424324
Octal216233371001204710210344
Binary10001110100110111111110000101000010011110000101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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