#93970C

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

Shades of Citron #93970C

Tints of Citron #93970C

Color information

#93970C (or 0x93970C) is unknown color: approx Citron. HEX triplet: 93, 97 and 0C. RGB value is (147,151,12). Sum of RGB (Red+Green+Blue) = 147+151+12=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #93970C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93970C is #6C68F3. Grayscale: #868686. Windows color (decimal): -7104756 or 825235. OLE color: 825235.

HSL color Cylindrical-coordinate representation of color #93970C: hue angle of 61.73º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93970C is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB14715112-
CMYK0.0300.920.41
HSL61.73º85.28%31.96%-
HSV(B)61.73º92.05%59.22%-
XYZ23.1728.364.6-
YUV133.9659.17137.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 151 (59.38% from 255) = 48.71%
BLUE value IS 12 (5.08% from 255) = 3.87%
R=47.42%
G=48.71%
B=3.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal147151120.0300.920.4161.7385.2831.96
Hex9397C305C293e5520
Octal2232271430134517612540
Binary1001001110010111110011010111001010011111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93970C; }

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

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

<style>
 a { background-color: #93970C; }

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

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

<style>
 span { border-color: #93970C; }

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

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