#93AA11

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

Shades of Citrus #93AA11

Tints of Citrus #93AA11

Color information

#93AA11 (or 0x93AA11) is unknown color: approx Citrus. HEX triplet: 93, AA and 11. RGB value is (147,170,17). Sum of RGB (Red+Green+Blue) = 147+170+17=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AA11 is #6C55EE. Grayscale: #929292. Windows color (decimal): -7099887 or 1157779. OLE color: 1157779.

HSL color Cylindrical-coordinate representation of color #93AA11: hue angle of 69.02º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93AA11 is Cyan = 0.14, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB14717017-
CMYK0.1400.90.33
HSL69.02º81.82%36.67%-
HSV(B)69.02º90%66.67%-
XYZ26.5134.995.89-
YUV145.6855.38128.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 170 (66.80% from 255) = 50.90%
BLUE value IS 17 (7.03% from 255) = 5.09%
R=44.01%
G=50.90%
B=5.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147170170.1400.90.3369.0281.8236.67
Hex93AA11E05A21455225
Octal223252211601324110512245
Binary10010011101010101000111100101101010000110001011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,170,17); }

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

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

 a { background-color: rgb(147,170,17); }

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

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

 span { border-color: rgb(147,170,17); }

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