#93A02A

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

Shades of Citron #93A02A

Tints of Citron #93A02A

Color information

#93A02A (or 0x93A02A) is unknown color: approx Citron. HEX triplet: 93, A0 and 2A. RGB value is (147,160,42). Sum of RGB (Red+Green+Blue) = 147+160+42=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 160 - color contains mainly: green. Hex color #93A02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A02A is #6C5FD5. Grayscale: #8F8F8F. Windows color (decimal): -7102422 or 2793619. OLE color: 2793619.

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

Color convert

RGB14716042-
CMYK0.0800.740.37
HSL66.61º58.42%39.61%-
HSV(B)66.61º73.75%62.75%-
XYZ25.0231.516.95-
YUV142.6671.19131.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 42 (16.80% from 255) = 12.03%
R=42.12%
G=45.85%
B=12.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147160420.0800.740.3766.6158.4239.61
Hex93A02A804A25433a28
Octal22324052100112451037250
Binary10010011101000001010101000010010101001011000011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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