#93A221

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

Shades of Citron #93A221

Tints of Citron #93A221

Color information

#93A221 (or 0x93A221) is unknown color: approx Citron. HEX triplet: 93, A2 and 21. RGB value is (147,162,33). Sum of RGB (Red+Green+Blue) = 147+162+33=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #93A221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A221 is #6C5DDE. Grayscale: #8F8F8F. Windows color (decimal): -7101919 or 2204307. OLE color: 2204307.

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

Color convert

RGB14716233-
CMYK0.0900.800.36
HSL66.98º66.15%38.24%-
HSV(B)66.98º79.63%63.53%-
XYZ25.2332.156.32-
YUV142.8166.03130.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=42.98%
G=47.37%
B=9.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147162330.0900.800.3666.9866.1538.24
Hex93A221905024434226
Octal223242411101204410310246
Binary100100111010001010000110010101000010010010000111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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