#938D13

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

Shades of Citron #938D13

Tints of Citron #938D13

Color information

#938D13 (or 0x938D13) is unknown color: approx Citron. HEX triplet: 93, 8D and 13. RGB value is (147,141,19). Sum of RGB (Red+Green+Blue) = 147+141+19=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #938D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938D13 is #6C72EC. Grayscale: #818181. Windows color (decimal): -7107309 or 1281427. OLE color: 1281427.

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

Color convert

RGB14714119-
CMYK00.040.870.42
HSL57.19º77.11%32.55%-
HSV(B)57.19º87.07%57.65%-
XYZ21.6825.34.36-
YUV128.8965.99140.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 19 (7.81% from 255) = 6.19%
R=47.88%
G=45.93%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471411900.040.870.4257.1977.1132.55
Hex938D1304572A394d21
Octal2232152304127527111541
Binary100100111000110110011010010101111010101110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938D13; }

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

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

<style>
 a { background-color: #938D13; }

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

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

<style>
 span { border-color: #938D13; }

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

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