#93A12C

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

Shades of Citron #93A12C

Tints of Citron #93A12C

Color information

#93A12C (or 0x93A12C) is unknown color: approx Citron. HEX triplet: 93, A1 and 2C. RGB value is (147,161,44). Sum of RGB (Red+Green+Blue) = 147+161+44=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #93A12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A12C is #6C5ED3. Grayscale: #8F8F8F. Windows color (decimal): -7102164 or 2924947. OLE color: 2924947.

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

Color convert

RGB14716144-
CMYK0.0900.730.37
HSL67.18º57.07%40.2%-
HSV(B)67.18º72.67%63.14%-
XYZ25.2331.877.21-
YUV143.4871.86130.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 161 (63.28% from 255) = 45.74%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=41.76%
G=45.74%
B=12.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147161440.0900.730.3767.1857.0740.2
Hex93A12C904925433928
Octal22324154110111451037150
Binary10010011101000011011001001010010011001011000011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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