#93A42B

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

Shades of Citron #93A42B

Tints of Citron #93A42B

Color information

#93A42B (or 0x93A42B) is unknown color: approx Citron. HEX triplet: 93, A4 and 2B. RGB value is (147,164,43). Sum of RGB (Red+Green+Blue) = 147+164+43=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 164 - color contains mainly: green. Hex color #93A42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A42B is #6C5BD4. Grayscale: #919191. Windows color (decimal): -7101397 or 2860179. OLE color: 2860179.

HSL color Cylindrical-coordinate representation of color #93A42B: hue angle of 68.43º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93A42B is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB14716443-
CMYK0.1000.740.36
HSL68.43º58.45%40.59%-
HSV(B)68.43º73.78%64.31%-
XYZ25.7432.937.28-
YUV145.1270.37129.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 164 (64.45% from 255) = 46.33%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=41.53%
G=46.33%
B=12.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147164430.1000.740.3668.4358.4540.59
Hex93A42BA04A24443a29
Octal22324453120112441047251
Binary10010011101001001010111010010010101001001000100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,164,43); }

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

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

 a { background-color: rgb(147,164,43); }

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

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

 span { border-color: rgb(147,164,43); }

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