#93950D

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

Shades of Citron #93950D

Tints of Citron #93950D

Color information

#93950D (or 0x93950D) is unknown color: approx Citron. HEX triplet: 93, 95 and 0D. RGB value is (147,149,13). Sum of RGB (Red+Green+Blue) = 147+149+13=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #93950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93950D is #6C6AF2. Grayscale: #858585. Windows color (decimal): -7105267 or 890259. OLE color: 890259.

HSL color Cylindrical-coordinate representation of color #93950D: hue angle of 60.88º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93950D is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14714913-
CMYK0.0100.910.42
HSL60.88º83.95%31.76%-
HSV(B)60.88º91.28%58.43%-
XYZ22.8527.734.53-
YUV132.960.34138.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 13 (5.47% from 255) = 4.21%
R=47.57%
G=48.22%
B=4.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147149130.0100.910.4260.8883.9531.76
Hex9395D105B2A3d5420
Octal2232251510133527512440
Binary100100111001010111011010110111010101111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93950D; }

 p { color: rgb(147,149,13); }

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

<style>
 a { background-color: #93950D; }

 a { background-color: rgb(147,149,13); }

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

<style>
 span { border-color: #93950D; }

 span { border-color: rgb(147,149,13); }

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