#93A121

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

Shades of Citron #93A121

Tints of Citron #93A121

Color information

#93A121 (or 0x93A121) is unknown color: approx Citron. HEX triplet: 93, A1 and 21. RGB value is (147,161,33). Sum of RGB (Red+Green+Blue) = 147+161+33=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #93A121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A121 is #6C5EDE. Grayscale: #8E8E8E. Windows color (decimal): -7102175 or 2204051. OLE color: 2204051.

HSL color Cylindrical-coordinate representation of color #93A121: hue angle of 66.56º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93A121 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB14716133-
CMYK0.0900.800.37
HSL66.56º65.98%38.04%-
HSV(B)66.56º79.5%63.14%-
XYZ25.0531.86.26-
YUV142.2266.36131.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=43.11%
G=47.21%
B=9.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147161330.0900.800.3766.5665.9838.04
Hex93A121905025434226
Octal223241411101204510310246
Binary100100111010000110000110010101000010010110000111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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