#93A521

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

Shades of Citron #93A521

Tints of Citron #93A521

Color information

#93A521 (or 0x93A521) is unknown color: approx Citron. HEX triplet: 93, A5 and 21. RGB value is (147,165,33). Sum of RGB (Red+Green+Blue) = 147+165+33=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #93A521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A521 is #6C5ADE. Grayscale: #919191. Windows color (decimal): -7101151 or 2205075. OLE color: 2205075.

HSL color Cylindrical-coordinate representation of color #93A521: hue angle of 68.18º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93A521 is Cyan = 0.11, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB14716533-
CMYK0.1100.80.35
HSL68.18º66.67%38.82%-
HSV(B)68.18º80%64.71%-
XYZ25.7633.226.49-
YUV144.5765.04129.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=42.61%
G=47.83%
B=9.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147165330.1100.80.3568.1866.6738.82
Hex93A521B05023444327
Octal223245411301204310410347
Binary100100111010010110000110110101000010001110001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,33); }

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

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

 a { background-color: rgb(147,165,33); }

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

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

 span { border-color: rgb(147,165,33); }

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