#8D9314

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

Shades of Citron #8D9314

Tints of Citron #8D9314

Color information

#8D9314 (or 0x8D9314) is unknown color: approx Citron. HEX triplet: 8D, 93 and 14. RGB value is (141,147,20). Sum of RGB (Red+Green+Blue) = 141+147+20=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9314 is #726CEB. Grayscale: #838383. Windows color (decimal): -7498988 or 1348493. OLE color: 1348493.

HSL color Cylindrical-coordinate representation of color #8D9314: hue angle of 62.83º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D9314 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14114720-
CMYK0.0400.860.42
HSL62.83º76.05%32.75%-
HSV(B)62.83º86.39%57.65%-
XYZ21.5426.584.66-
YUV130.7365.51135.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 20 (8.20% from 255) = 6.49%
R=45.78%
G=47.73%
B=6.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147200.0400.860.4262.8376.0532.75
Hex8D931440562A3f4c21
Octal2152232440126527711441
Binary100011011001001110100100010101101010101111111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,20); }

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

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

 a { background-color: rgb(141,147,20); }

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

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

 span { border-color: rgb(141,147,20); }

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