#938F0C

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

Shades of Citron #938F0C

Tints of Citron #938F0C

Color information

#938F0C (or 0x938F0C) is unknown color: approx Citron. HEX triplet: 93, 8F and 0C. RGB value is (147,143,12). Sum of RGB (Red+Green+Blue) = 147+143+12=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #938F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938F0C is #6C70F3. Grayscale: #818181. Windows color (decimal): -7106804 or 823187. OLE color: 823187.

HSL color Cylindrical-coordinate representation of color #938F0C: hue angle of 58.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #938F0C is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14714312-
CMYK00.030.920.42
HSL58.22º84.91%31.18%-
HSV(B)58.22º91.84%57.65%-
XYZ21.9225.874.19-
YUV129.2661.83140.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 143 (56.25% from 255) = 47.35%
BLUE value IS 12 (5.08% from 255) = 3.97%
R=48.68%
G=47.35%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471431200.030.920.4258.2284.9131.18
Hex938FC035C2A3a551f
Octal2232171403134527212537
Binary100100111000111111000111011100101010111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,143,12); }

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

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

 a { background-color: rgb(147,143,12); }

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

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

 span { border-color: rgb(147,143,12); }

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