#93A031

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

Shades of Citron #93A031

Tints of Citron #93A031

Color information

#93A031 (or 0x93A031) is unknown color: approx Citron. HEX triplet: 93, A0 and 31. RGB value is (147,160,49). Sum of RGB (Red+Green+Blue) = 147+160+49=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #93A031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A031 is #6C5FCE. Grayscale: #8F8F8F. Windows color (decimal): -7102415 or 3252371. OLE color: 3252371.

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

Color convert

RGB14716049-
CMYK0.0800.690.37
HSL67.03º53.11%40.98%-
HSV(B)67.03º69.38%62.75%-
XYZ25.1631.577.67-
YUV143.4674.69130.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=41.29%
G=44.94%
B=13.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147160490.0800.690.3767.0353.1140.98
Hex93A031804525433529
Octal22324061100105451036551
Binary10010011101000001100011000010001011001011000011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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