#93A019

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

Shades of Citron #93A019

Tints of Citron #93A019

Color information

#93A019 (or 0x93A019) is unknown color: approx Citron. HEX triplet: 93, A0 and 19. RGB value is (147,160,25). Sum of RGB (Red+Green+Blue) = 147+160+25=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #93A019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A019 is #6C5FE6. Grayscale: #8D8D8D. Windows color (decimal): -7102439 or 1679507. OLE color: 1679507.

HSL color Cylindrical-coordinate representation of color #93A019: hue angle of 65.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93A019 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB14716025-
CMYK0.0800.840.37
HSL65.78º72.97%36.27%-
HSV(B)65.78º84.38%62.75%-
XYZ24.7831.415.68-
YUV140.7262.69132.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 25 (10.16% from 255) = 7.53%
R=44.28%
G=48.19%
B=7.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147160250.0800.840.3765.7872.9736.27
Hex93A019805425424924
Octal223240311001244510211144
Binary10010011101000001100110000101010010010110000101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A019; }

 p { color: rgb(147,160,25); }

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

<style>
 a { background-color: #93A019; }

 a { background-color: rgb(147,160,25); }

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

<style>
 span { border-color: #93A019; }

 span { border-color: rgb(147,160,25); }

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