#8D8C1E

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

Shades of Citron #8D8C1E

Tints of Citron #8D8C1E

Color information

#8D8C1E (or 0x8D8C1E) is unknown color: approx Citron. HEX triplet: 8D, 8C and 1E. RGB value is (141,140,30). Sum of RGB (Red+Green+Blue) = 141+140+30=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8C1E is #7273E1. Grayscale: #808080. Windows color (decimal): -7500770 or 2002061. OLE color: 2002061.

HSL color Cylindrical-coordinate representation of color #8D8C1E: hue angle of 59.46º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D8C1E is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB14114030-
CMYK00.010.790.45
HSL59.46º64.91%33.53%-
HSV(B)59.46º78.72%55.29%-
XYZ20.624.514.87-
YUV127.7672.83137.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.34%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 30 (12.11% from 255) = 9.65%
R=45.34%
G=45.02%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411403000.010.790.4559.4664.9133.53
Hex8D8C1E014F2D3b4122
Octal2152143601117557310142
Binary1000110110001100111100110011111011011110111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,140,30); }

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

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

 a { background-color: rgb(141,140,30); }

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

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

 span { border-color: rgb(141,140,30); }

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