#8D930F

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

Shades of Citron #8D930F

Tints of Citron #8D930F

Color information

#8D930F (or 0x8D930F) is unknown color: approx Citron. HEX triplet: 8D, 93 and 0F. RGB value is (141,147,15). Sum of RGB (Red+Green+Blue) = 141+147+15=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #8D930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D930F is #726CF0. Grayscale: #828282. Windows color (decimal): -7498993 or 1020813. OLE color: 1020813.

HSL color Cylindrical-coordinate representation of color #8D930F: hue angle of 62.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D930F is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14114715-
CMYK0.0400.900.42
HSL62.73º81.48%31.76%-
HSV(B)62.73º89.8%57.65%-
XYZ21.526.564.45-
YUV130.1663.01135.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 46.53%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 15 (6.25% from 255) = 4.95%
R=46.53%
G=48.51%
B=4.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147150.0400.900.4262.7381.4831.76
Hex8D93F405A2A3f5120
Octal2152231740132527712140
Binary10001101100100111111100010110101010101111111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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