#938D12

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

Shades of Citron #938D12

Tints of Citron #938D12

Color information

#938D12 (or 0x938D12) is unknown color: approx Citron. HEX triplet: 93, 8D and 12. RGB value is (147,141,18). Sum of RGB (Red+Green+Blue) = 147+141+18=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #938D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938D12 is #6C72ED. Grayscale: #818181. Windows color (decimal): -7107310 or 1215891. OLE color: 1215891.

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

Color convert

RGB14714118-
CMYK00.040.880.42
HSL57.21º78.18%32.35%-
HSV(B)57.21º87.76%57.65%-
XYZ21.6725.34.31-
YUV128.7765.49141-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.04%
GREEN value IS 141 (55.47% from 255) = 46.08%
BLUE value IS 18 (7.42% from 255) = 5.88%
R=48.04%
G=46.08%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471411800.040.880.4257.2178.1832.35
Hex938D1204582A394e20
Octal2232152204130527111640
Binary100100111000110110010010010110001010101110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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