#93A81F

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

Shades of Citron #93A81F

Tints of Citron #93A81F

Color information

#93A81F (or 0x93A81F) is unknown color: approx Citron. HEX triplet: 93, A8 and 1F. RGB value is (147,168,31). Sum of RGB (Red+Green+Blue) = 147+168+31=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #93A81F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A81F is #6C57E0. Grayscale: #929292. Windows color (decimal): -7100385 or 2074771. OLE color: 2074771.

HSL color Cylindrical-coordinate representation of color #93A81F: hue angle of 69.2º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93A81F is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB14716831-
CMYK0.1300.820.34
HSL69.2º68.84%39.02%-
HSV(B)69.2º81.55%65.88%-
XYZ26.2834.316.53-
YUV146.163.04128.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 168 (66.02% from 255) = 48.55%
BLUE value IS 31 (12.5% from 255) = 8.96%
R=42.49%
G=48.55%
B=8.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal147168310.1300.820.3469.268.8439.02
Hex93A81FD05222454527
Octal223250371501224210510547
Binary10010011101010001111111010101001010001010001011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,168,31); }

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

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

 a { background-color: rgb(147,168,31); }

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

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

 span { border-color: rgb(147,168,31); }

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